Shades of Indigo #591197
Tints of Indigo #591197
RGB
CMYK
RGB Variations
Color information
#591197 (or 0x591197) is known color: Indigo. HEX triplet: 59, 11 and 97. RGB value is (89,17,151). Sum of RGB (Red+Green+Blue) = 89+17+151=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #591197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591197 is #A6EE68. Grayscale: #353535. Windows color (decimal): -10940009 or 9900377. OLE color: 9900377.
HSL color Cylindrical-coordinate representation of color #591197: hue angle of 272.24º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591197 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 17 | 151 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.41 |
| HSL | 272.24º | 0.8% | 0.33% | - |
| HSV(B) | 272.24º | 0.89% | 0.59% | - |
| XYZ | 9.91 | 4.76 | 29.67 | - |
| YUV | 53.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 151 | 0.41 | 0.89 | 0 | 0.41 | 272.24 | 0.8 | 0.33 |
| Hex | 59 | 11 | 97 | 29 | 59 | 0 | 29 | 110 | 50 | 21 |
| Octal | 131 | 21 | 227 | 51 | 131 | 0 | 51 | 420 | 120 | 41 |
| Binary | 1011001 | 10001 | 10010111 | 101001 | 1011001 | 0 | 101001 | 100010000 | 1010000 | 100001 |
Color Harmonies of #591197
Complementary color
Monochromatic Colors of #591197
Black with #591197
Text Example
Text Example
White with #591197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591197; }
p { color: rgb(89,17,151); }
H1.HeaderClassName
{
color: #591197;
}
.AnyTagClassName
{
color: #591197;
}
</style>
background-color css
<style>
a { background-color: #591197; }
a { background-color: rgb(89,17,151); }
div.DivClassName
{
background-color: #591197;
}
.BgClassName
{
background-color: #591197;
}
</style>
border-color css
<style>
span { border-color: #591197; }
span { border-color: rgb(89,17,151); }
td.TdClassName
{
border-color: #591197;
}
.TagClassName
{
border-color: #591197;
}
</style>