Shades of Indigo #420D89
Tints of Indigo #420D89
RGB
CMYK
RGB Variations
Color information
#420D89 (or 0x420D89) is known color: Indigo. HEX triplet: 42, 0D and 89. RGB value is (66,13,137). Sum of RGB (Red+Green+Blue) = 66+13+137=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 137 (53.91% from 255 or 63.43% from 216); Max value from RGB is 137 - color contains mainly: blue. Hex color #420D89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420D89 is #BDF276. Grayscale: #2A2A2A. Windows color (decimal): -12448375 or 8981826. OLE color: 8981826.
HSL color Cylindrical-coordinate representation of color #420D89: hue angle of 265.65º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420D89 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 13 | 137 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.46 |
| HSL | 265.65º | 0.83% | 0.29% | - |
| HSV(B) | 265.65º | 0.91% | 0.54% | - |
| XYZ | 6.91 | 3.25 | 23.93 | - |
| YUV | 42.98 | 181.06 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 137 | 0.52 | 0.91 | 0 | 0.46 | 265.65 | 0.83 | 0.29 |
| Hex | 42 | D | 89 | 34 | 5B | 0 | 2E | 10A | 53 | 1D |
| Octal | 102 | 15 | 211 | 64 | 133 | 0 | 56 | 412 | 123 | 35 |
| Binary | 1000010 | 1101 | 10001001 | 110100 | 1011011 | 0 | 101110 | 100001010 | 1010011 | 11101 |
Color Harmonies of #420D89
Complementary color
Monochromatic Colors of #420D89
Black with #420D89
Text Example
Text Example
White with #420D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420D89; }
p { color: rgb(66,13,137); }
H1.HeaderClassName
{
color: #420D89;
}
.AnyTagClassName
{
color: #420D89;
}
</style>
background-color css
<style>
a { background-color: #420D89; }
a { background-color: rgb(66,13,137); }
div.DivClassName
{
background-color: #420D89;
}
.BgClassName
{
background-color: #420D89;
}
</style>
border-color css
<style>
span { border-color: #420D89; }
span { border-color: rgb(66,13,137); }
td.TdClassName
{
border-color: #420D89;
}
.TagClassName
{
border-color: #420D89;
}
</style>