#420876

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

Shades of Indigo #420876

Tints of Indigo #420876

Color information

#420876 (or 0x420876) is unknown color: approx Indigo. HEX triplet: 42, 08 and 76. RGB value is (66,8,118). Sum of RGB (Red+Green+Blue) = 66+8+118=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #420876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420876 is #BDF789. Grayscale: #252525. Windows color (decimal): -12449674 or 7735362. OLE color: 7735362.

HSL color Cylindrical-coordinate representation of color #420876: hue angle of 271.64º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420876 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB668118-
CMYK0.440.9300.54
HSL271.64º87.3%24.71%-
HSV(B)271.64º93.22%46.27%-
XYZ5.62.6417.35-
YUV37.88173.22148.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 8 (3.52% from 255) = 4.17%
BLUE value IS 118 (46.48% from 255) = 61.46%
R=34.38%
G=4.17%
B=61.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6681180.440.9300.54271.6487.324.71
Hex428762C5D0361105719
Octal102101665413506642012731
Binary10000101000111011010110010111010110110100010000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420876; }

 p { color: rgb(66,8,118); }

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

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

 a { background-color: rgb(66,8,118); }

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

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

 span { border-color: rgb(66,8,118); }

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