#420D70

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

Shades of Indigo #420D70

Tints of Indigo #420D70

Color information

#420D70 (or 0x420D70) is unknown color: approx Indigo. HEX triplet: 42, 0D and 70. RGB value is (66,13,112). Sum of RGB (Red+Green+Blue) = 66+13+112=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #420D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D70 is #BDF28F. Grayscale: #272727. Windows color (decimal): -12448400 or 7343426. OLE color: 7343426.

HSL color Cylindrical-coordinate representation of color #420D70: hue angle of 272.12º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420D70 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6613112-
CMYK0.410.8800.56
HSL272.12º79.2%24.51%-
HSV(B)272.12º88.39%43.92%-
XYZ5.322.6215.55-
YUV40.13168.56146.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.55%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 112 (44.14% from 255) = 58.64%
R=34.55%
G=6.81%
B=58.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66131120.410.8800.56272.1279.224.51
Hex42D7029580381104f19
Octal102151605113007042011731
Binary10000101101111000010100110110000111000100010000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,13,112); }

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

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

 a { background-color: rgb(66,13,112); }

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

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

 span { border-color: rgb(66,13,112); }

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