#420A71

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

Shades of Indigo #420A71

Tints of Indigo #420A71

Color information

#420A71 (or 0x420A71) is unknown color: approx Indigo. HEX triplet: 42, 0A and 71. RGB value is (66,10,113). Sum of RGB (Red+Green+Blue) = 66+10+113=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #420A71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420A71 is #BDF58E. Grayscale: #262626. Windows color (decimal): -12449167 or 7408194. OLE color: 7408194.

HSL color Cylindrical-coordinate representation of color #420A71: hue angle of 272.62º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420A71 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6610113-
CMYK0.420.9100.56
HSL272.62º83.74%24.12%-
HSV(B)272.62º91.15%44.31%-
XYZ5.342.5715.84-
YUV38.49170.05147.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.92%
GREEN value IS 10 (4.30% from 255) = 5.29%
BLUE value IS 113 (44.53% from 255) = 59.79%
R=34.92%
G=5.29%
B=59.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66101130.420.9100.56272.6283.7424.12
Hex42A712A5B0381115418
Octal102121615213307042112430
Binary10000101010111000110101010110110111000100010001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420A71; }

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

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

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

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

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

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

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

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