Shades of Indigo #591872
Tints of Indigo #591872
RGB
CMYK
RGB Variations
Color information
#591872 (or 0x591872) is known color: Indigo. HEX triplet: 59, 18 and 72. RGB value is (89,24,114). Sum of RGB (Red+Green+Blue) = 89+24+114=227 (30% of max value = 765). Red value is 89 (35.16% from 255 or 39.21% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #591872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591872 is #A6E78D. Grayscale: #353535. Windows color (decimal): -10938254 or 7477337. OLE color: 7477337.
HSL color Cylindrical-coordinate representation of color #591872: hue angle of 283.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #591872 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 24 | 114 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.55 |
| HSL | 283.33º | 0.65% | 0.27% | - |
| HSV(B) | 283.33º | 0.79% | 0.45% | - |
| XYZ | 7.48 | 3.99 | 16.3 | - |
| YUV | 53.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 114 | 0.22 | 0.79 | 0 | 0.55 | 283.33 | 0.65 | 0.27 |
| Hex | 59 | 18 | 72 | 16 | 4F | 0 | 37 | 11B | 41 | 1B |
| Octal | 131 | 30 | 162 | 26 | 117 | 0 | 67 | 433 | 101 | 33 |
| Binary | 1011001 | 11000 | 1110010 | 10110 | 1001111 | 0 | 110111 | 100011011 | 1000001 | 11011 |
Color Harmonies of #591872
Complementary color
Monochromatic Colors of #591872
Black with #591872
Text Example
Text Example
White with #591872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591872; }
p { color: rgb(89,24,114); }
H1.HeaderClassName
{
color: #591872;
}
.AnyTagClassName
{
color: #591872;
}
</style>
background-color css
<style>
a { background-color: #591872; }
a { background-color: rgb(89,24,114); }
div.DivClassName
{
background-color: #591872;
}
.BgClassName
{
background-color: #591872;
}
</style>
border-color css
<style>
span { border-color: #591872; }
span { border-color: rgb(89,24,114); }
td.TdClassName
{
border-color: #591872;
}
.TagClassName
{
border-color: #591872;
}
</style>