Shades of Indigo #591696
Tints of Indigo #591696
RGB
CMYK
RGB Variations
Color information
#591696 (or 0x591696) is known color: Indigo. HEX triplet: 59, 16 and 96. RGB value is (89,22,150). Sum of RGB (Red+Green+Blue) = 89+22+150=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #591696 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591696 is #A6E969. Grayscale: #383838. Windows color (decimal): -10938730 or 9836121. OLE color: 9836121.
HSL color Cylindrical-coordinate representation of color #591696: hue angle of 271.41º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591696 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 89 | 22 | 150 | - |
| CMYK | 0.41 | 0.85 | 0 | 0.41 |
| HSL | 271.41º | 0.74% | 0.34% | - |
| HSV(B) | 271.41º | 0.85% | 0.59% | - |
| XYZ | 9.91 | 4.9 | 29.28 | - |
| YUV | 56.63 | 180.7 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 150 | 0.41 | 0.85 | 0 | 0.41 | 271.41 | 0.74 | 0.34 |
| Hex | 59 | 16 | 96 | 29 | 55 | 0 | 29 | 10F | 4A | 22 |
| Octal | 131 | 26 | 226 | 51 | 125 | 0 | 51 | 417 | 112 | 42 |
| Binary | 1011001 | 10110 | 10010110 | 101001 | 1010101 | 0 | 101001 | 100001111 | 1001010 | 100010 |
Color Harmonies of #591696
Complementary color
Monochromatic Colors of #591696
Black with #591696
Text Example
Text Example
White with #591696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591696; }
p { color: rgb(89,22,150); }
H1.HeaderClassName
{
color: #591696;
}
.AnyTagClassName
{
color: #591696;
}
</style>
background-color css
<style>
a { background-color: #591696; }
a { background-color: rgb(89,22,150); }
div.DivClassName
{
background-color: #591696;
}
.BgClassName
{
background-color: #591696;
}
</style>
border-color css
<style>
span { border-color: #591696; }
span { border-color: rgb(89,22,150); }
td.TdClassName
{
border-color: #591696;
}
.TagClassName
{
border-color: #591696;
}
</style>