Shades of Indigo #591772
Tints of Indigo #591772
RGB
CMYK
RGB Variations
Color information
#591772 (or 0x591772) is known color: Indigo. HEX triplet: 59, 17 and 72. RGB value is (89,23,114). Sum of RGB (Red+Green+Blue) = 89+23+114=226 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.38% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #591772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591772 is #A6E88D. Grayscale: #343434. Windows color (decimal): -10938510 or 7477081. OLE color: 7477081.
HSL color Cylindrical-coordinate representation of color #591772: hue angle of 283.52º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591772 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 89 | 23 | 114 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.55 |
| HSL | 283.52º | 0.66% | 0.27% | - |
| HSV(B) | 283.52º | 0.8% | 0.45% | - |
| XYZ | 7.46 | 3.95 | 16.29 | - |
| YUV | 53.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 114 | 0.22 | 0.80 | 0 | 0.55 | 283.52 | 0.66 | 0.27 |
| Hex | 59 | 17 | 72 | 16 | 50 | 0 | 37 | 11C | 42 | 1B |
| Octal | 131 | 27 | 162 | 26 | 120 | 0 | 67 | 434 | 102 | 33 |
| Binary | 1011001 | 10111 | 1110010 | 10110 | 1010000 | 0 | 110111 | 100011100 | 1000010 | 11011 |
Color Harmonies of #591772
Complementary color
Monochromatic Colors of #591772
Black with #591772
Text Example
Text Example
White with #591772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591772; }
p { color: rgb(89,23,114); }
H1.HeaderClassName
{
color: #591772;
}
.AnyTagClassName
{
color: #591772;
}
</style>
background-color css
<style>
a { background-color: #591772; }
a { background-color: rgb(89,23,114); }
div.DivClassName
{
background-color: #591772;
}
.BgClassName
{
background-color: #591772;
}
</style>
border-color css
<style>
span { border-color: #591772; }
span { border-color: rgb(89,23,114); }
td.TdClassName
{
border-color: #591772;
}
.TagClassName
{
border-color: #591772;
}
</style>