Shades of Indigo #420588
Tints of Indigo #420588
RGB
CMYK
RGB Variations
Color information
#420588 (or 0x420588) is known color: Indigo. HEX triplet: 42, 05 and 88. RGB value is (66,5,136). Sum of RGB (Red+Green+Blue) = 66+5+136=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #420588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420588 is #BDFA77. Grayscale: #252525. Windows color (decimal): -12450424 or 8914242. OLE color: 8914242.
HSL color Cylindrical-coordinate representation of color #420588: hue angle of 267.94º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420588 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 5 | 136 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.47 |
| HSL | 267.94º | 0.93% | 0.28% | - |
| HSV(B) | 267.94º | 0.96% | 0.53% | - |
| XYZ | 6.74 | 3.04 | 23.52 | - |
| YUV | 38.17 | 183.21 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 136 | 0.51 | 0.96 | 0 | 0.47 | 267.94 | 0.93 | 0.28 |
| Hex | 42 | 5 | 88 | 33 | 60 | 0 | 2F | 10C | 5D | 1C |
| Octal | 102 | 5 | 210 | 63 | 140 | 0 | 57 | 414 | 135 | 34 |
| Binary | 1000010 | 101 | 10001000 | 110011 | 1100000 | 0 | 101111 | 100001100 | 1011101 | 11100 |
Color Harmonies of #420588
Complementary color
Monochromatic Colors of #420588
Black with #420588
Text Example
Text Example
White with #420588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420588; }
p { color: rgb(66,5,136); }
H1.HeaderClassName
{
color: #420588;
}
.AnyTagClassName
{
color: #420588;
}
</style>
background-color css
<style>
a { background-color: #420588; }
a { background-color: rgb(66,5,136); }
div.DivClassName
{
background-color: #420588;
}
.BgClassName
{
background-color: #420588;
}
</style>
border-color css
<style>
span { border-color: #420588; }
span { border-color: rgb(66,5,136); }
td.TdClassName
{
border-color: #420588;
}
.TagClassName
{
border-color: #420588;
}
</style>