#420471

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

Shades of Indigo #420471

Tints of Indigo #420471

Color information

#420471 (or 0x420471) is unknown color: approx Indigo. HEX triplet: 42, 04 and 71. RGB value is (66,4,113). Sum of RGB (Red+Green+Blue) = 66+4+113=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #420471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420471 is #BDFB8E. Grayscale: #222222. Windows color (decimal): -12450703 or 7406658. OLE color: 7406658.

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

Color convert

RGB664113-
CMYK0.420.9600.56
HSL274.13º93.16%22.94%-
HSV(B)274.13º96.46%44.31%-
XYZ5.272.4415.82-
YUV34.96172.04150.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.07%
GREEN value IS 4 (1.95% from 255) = 2.19%
BLUE value IS 113 (44.53% from 255) = 61.75%
R=36.07%
G=2.19%
B=61.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6641130.420.9600.56274.1393.1622.94
Hex424712A600381125d17
Octal10241615214007042213527
Binary1000010100111000110101011000000111000100010010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420471; }

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

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

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

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

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

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

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

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