#420872

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

Shades of Indigo #420872

Tints of Indigo #420872

Color information

#420872 (or 0x420872) is unknown color: approx Indigo. HEX triplet: 42, 08 and 72. RGB value is (66,8,114). Sum of RGB (Red+Green+Blue) = 66+8+114=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #420872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420872 is #BDF78D. Grayscale: #252525. Windows color (decimal): -12449678 or 7473218. OLE color: 7473218.

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

Color convert

RGB668114-
CMYK0.420.9300.55
HSL272.83º86.89%23.92%-
HSV(B)272.83º92.98%44.71%-
XYZ5.372.5516.13-
YUV37.43171.22148.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.11%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=35.11%
G=4.26%
B=60.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6681140.420.9300.55272.8386.8923.92
Hex428722A5D0371115718
Octal102101625213506742112730
Binary10000101000111001010101010111010110111100010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420872; }

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

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

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

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

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

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

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

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