How to change colors in HTML programming without writing numeral codes?

Asked By 10 points N/A Posted on -
qa-featured

Hi guys, I want to edit a webpage that is in a website I want to change it colors of page background, multi tabs colors and numbered page viewer. I know how to edi the html files but don't know all the number and hash tags which are combined to change colors.So is there any way by which I cam change color by directly writing the color name or I have to write number codes only.Please help

SHARE
Answered By 10 points N/A #182166

How to change colors in HTML programming without writing numeral codes?

qa-featured

Hello

If you are familiar with html coding then it is very easy to do.

You need to simlpy write the designated color name code provided to each and every standard color hex code . E.g. You can write “red” insted of using hex code #DC143C . Or you can write “cyan” in the place of #00FFFF. Each  major colore is having max. Four shades registred with their name,e.g.

#000000
#00001A
#000033
#00004C
#000066
#000080
#000099
#0000B2
#0000CC
#0000E6
#0000FF
#1919FF
#3333FF
#4D4DFF
#6666FF
#8080FF
#9999FF
#B2B2FF
#CCCCFF
#E6E6FF
#FFFFFF

These are the colour chart for color “blue” ranging from Darkest blue(i.e black) to  Lightest Blue (i.e. white)

Here you can find names of all possible colors exist.

Enjoy!!

Related Questions