Shades of Indigo #591686
Tints of Indigo #591686
RGB
CMYK
RGB Variations
Color information
#591686 (or 0x591686) is known color: Indigo. HEX triplet: 59, 16 and 86. RGB value is (89,22,134). Sum of RGB (Red+Green+Blue) = 89+22+134=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #591686 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591686 is #A6E979. Grayscale: #363636. Windows color (decimal): -10938746 or 8787545. OLE color: 8787545.
HSL color Cylindrical-coordinate representation of color #591686: hue angle of 275.89º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591686 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 89 | 22 | 134 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.47 |
| HSL | 275.89º | 0.72% | 0.31% | - |
| HSV(B) | 275.89º | 0.84% | 0.53% | - |
| XYZ | 8.71 | 4.42 | 22.95 | - |
| YUV | 54.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 134 | 0.34 | 0.84 | 0 | 0.47 | 275.89 | 0.72 | 0.31 |
| Hex | 59 | 16 | 86 | 22 | 54 | 0 | 2F | 114 | 48 | 1F |
| Octal | 131 | 26 | 206 | 42 | 124 | 0 | 57 | 424 | 110 | 37 |
| Binary | 1011001 | 10110 | 10000110 | 100010 | 1010100 | 0 | 101111 | 100010100 | 1001000 | 11111 |
Color Harmonies of #591686
Complementary color
Monochromatic Colors of #591686
Black with #591686
Text Example
Text Example
White with #591686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591686; }
p { color: rgb(89,22,134); }
H1.HeaderClassName
{
color: #591686;
}
.AnyTagClassName
{
color: #591686;
}
</style>
background-color css
<style>
a { background-color: #591686; }
a { background-color: rgb(89,22,134); }
div.DivClassName
{
background-color: #591686;
}
.BgClassName
{
background-color: #591686;
}
</style>
border-color css
<style>
span { border-color: #591686; }
span { border-color: rgb(89,22,134); }
td.TdClassName
{
border-color: #591686;
}
.TagClassName
{
border-color: #591686;
}
</style>