#420E72

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

Shades of Indigo #420E72

Tints of Indigo #420E72

Color information

#420E72 (or 0x420E72) is unknown color: approx Indigo. HEX triplet: 42, 0E and 72. RGB value is (66,14,114). Sum of RGB (Red+Green+Blue) = 66+14+114=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #420E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420E72 is #BDF18D. Grayscale: #282828. Windows color (decimal): -12448142 or 7474754. OLE color: 7474754.

HSL color Cylindrical-coordinate representation of color #420E72: hue angle of 271.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420E72 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6614114-
CMYK0.420.8800.55
HSL271.2º78.12%25.1%-
HSV(B)271.2º87.72%44.71%-
XYZ5.442.6916.15-
YUV40.95169.23145.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 14 (5.86% from 255) = 7.22%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=34.02%
G=7.22%
B=58.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66141140.420.8800.55271.278.1225.1
Hex42E722A5803710f4e19
Octal102161625213006741711631
Binary10000101110111001010101010110000110111100001111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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