#420D9D

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

Shades of Indigo #420D9D

Tints of Indigo #420D9D

Color information

#420D9D (or 0x420D9D) is unknown color: approx Indigo. HEX triplet: 42, 0D and 9D. RGB value is (66,13,157). Sum of RGB (Red+Green+Blue) = 66+13+157=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #420D9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420D9D is #BDF262. Grayscale: #2C2C2C. Windows color (decimal): -12448355 or 10292546. OLE color: 10292546.

HSL color Cylindrical-coordinate representation of color #420D9D: hue angle of 262.08º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420D9D is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6613157-
CMYK0.580.9200.38
HSL262.08º84.71%33.33%-
HSV(B)262.08º91.72%61.57%-
XYZ8.483.8832.2-
YUV45.26191.06142.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 13 (5.47% from 255) = 5.51%
BLUE value IS 157 (61.72% from 255) = 66.53%
R=27.97%
G=5.51%
B=66.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66131570.580.9200.38262.0884.7133.33
Hex42D9D3A5C0261065521
Octal102152357213404640612541
Binary1000010110110011101111010101110001001101000001101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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