#420472

Color #420472 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #420472

Tints of Indigo #420472

Color information

#420472 (or 0x420472) is unknown color: approx Indigo. HEX triplet: 42, 04 and 72. RGB value is (66,4,114). Sum of RGB (Red+Green+Blue) = 66+4+114=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #420472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420472 is #BDFB8D. Grayscale: #222222. Windows color (decimal): -12450702 or 7472194. OLE color: 7472194.

HSL color Cylindrical-coordinate representation of color #420472: hue angle of 273.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420472 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB664114-
CMYK0.420.9600.55
HSL273.82º93.22%23.14%-
HSV(B)273.82º96.49%44.71%-
XYZ5.332.4616.11-
YUV35.08172.54150.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 4 (1.95% from 255) = 2.17%
BLUE value IS 114 (44.92% from 255) = 61.96%
R=35.87%
G=2.17%
B=61.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6641140.420.9600.55273.8293.2223.14
Hex424722A600371125d17
Octal10241625214006742213527
Binary1000010100111001010101011000000110111100010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420472; }

 p { color: rgb(66,4,114); }

 H1.HeaderClassName
 {
   color: #420472;
 }
 .AnyTagClassName
 {
   color: #420472;
 }
</style>
background-color css

<style>
 a { background-color: #420472; }

 a { background-color: rgb(66,4,114); }

 div.DivClassName
 {
   background-color: #420472;
 }
 .BgClassName
 {
   background-color: #420472;
 }
</style>
border-color css

<style>
 span { border-color: #420472; }

 span { border-color: rgb(66,4,114); }

 td.TdClassName
 {
   border-color: #420472;
 }
 .TagClassName
 {
   border-color: #420472;
 }
</style>