Shades of Indigo #420B89
Tints of Indigo #420B89
RGB
CMYK
RGB Variations
Color information
#420B89 (or 0x420B89) is known color: Indigo. HEX triplet: 42, 0B and 89. RGB value is (66,11,137). Sum of RGB (Red+Green+Blue) = 66+11+137=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 137 (53.91% from 255 or 64.02% from 214); Max value from RGB is 137 - color contains mainly: blue. Hex color #420B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420B89 is #BDF476. Grayscale: #292929. Windows color (decimal): -12448887 or 8981314. OLE color: 8981314.
HSL color Cylindrical-coordinate representation of color #420B89: hue angle of 266.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420B89 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 66 | 11 | 137 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.46 |
| HSL | 266.19º | 0.85% | 0.29% | - |
| HSV(B) | 266.19º | 0.92% | 0.54% | - |
| XYZ | 6.88 | 3.2 | 23.92 | - |
| YUV | 41.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 137 | 0.52 | 0.92 | 0 | 0.46 | 266.19 | 0.85 | 0.29 |
| Hex | 42 | B | 89 | 34 | 5C | 0 | 2E | 10A | 55 | 1D |
| Octal | 102 | 13 | 211 | 64 | 134 | 0 | 56 | 412 | 125 | 35 |
| Binary | 1000010 | 1011 | 10001001 | 110100 | 1011100 | 0 | 101110 | 100001010 | 1010101 | 11101 |
Color Harmonies of #420B89
Complementary color
Monochromatic Colors of #420B89
Black with #420B89
Text Example
Text Example
White with #420B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B89; }
p { color: rgb(66,11,137); }
H1.HeaderClassName
{
color: #420B89;
}
.AnyTagClassName
{
color: #420B89;
}
</style>
background-color css
<style>
a { background-color: #420B89; }
a { background-color: rgb(66,11,137); }
div.DivClassName
{
background-color: #420B89;
}
.BgClassName
{
background-color: #420B89;
}
</style>
border-color css
<style>
span { border-color: #420B89; }
span { border-color: rgb(66,11,137); }
td.TdClassName
{
border-color: #420B89;
}
.TagClassName
{
border-color: #420B89;
}
</style>