#420671

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

Shades of Indigo #420671

Tints of Indigo #420671

Color information

#420671 (or 0x420671) is unknown color: approx Indigo. HEX triplet: 42, 06 and 71. RGB value is (66,6,113). Sum of RGB (Red+Green+Blue) = 66+6+113=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #420671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420671 is #BDF98E. Grayscale: #232323. Windows color (decimal): -12450191 or 7407170. OLE color: 7407170.

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

Color convert

RGB666113-
CMYK0.420.9500.56
HSL273.64º89.92%23.33%-
HSV(B)273.64º94.69%44.31%-
XYZ5.292.4815.82-
YUV36.14171.38149.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=35.68%
G=3.24%
B=61.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6661130.420.9500.56273.6489.9223.33
Hex426712A5F0381125a17
Octal10261615213707042213227
Binary1000010110111000110101010111110111000100010010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420671; }

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

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

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

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

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

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

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

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