#420D95

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

Shades of Indigo #420D95

Tints of Indigo #420D95

Color information

#420D95 (or 0x420D95) is unknown color: approx Indigo. HEX triplet: 42, 0D and 95. RGB value is (66,13,149). Sum of RGB (Red+Green+Blue) = 66+13+149=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #420D95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420D95 is #BDF26A. Grayscale: #2B2B2B. Windows color (decimal): -12448363 or 9768258. OLE color: 9768258.

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

Color convert

RGB6613149-
CMYK0.560.9100.42
HSL263.38º83.95%31.76%-
HSV(B)263.38º91.28%58.43%-
XYZ7.823.6228.72-
YUV44.35187.06143.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 149 (58.59% from 255) = 65.35%
R=28.95%
G=5.70%
B=65.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66131490.560.9100.42263.3883.9531.76
Hex42D95385B02A1075420
Octal102152257013305240712440
Binary1000010110110010101111000101101101010101000001111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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