Shades of Indigo #591482
Tints of Indigo #591482
RGB
CMYK
RGB Variations
Color information
#591482 (or 0x591482) is known color: Indigo. HEX triplet: 59, 14 and 82. RGB value is (89,20,130). Sum of RGB (Red+Green+Blue) = 89+20+130=239 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.24% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #591482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591482 is #A6EB7D. Grayscale: #343434. Windows color (decimal): -10939262 or 8524889. OLE color: 8524889.
HSL color Cylindrical-coordinate representation of color #591482: hue angle of 277.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #591482 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 20 | 130 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.49 |
| HSL | 277.64º | 0.73% | 0.29% | - |
| HSV(B) | 277.64º | 0.85% | 0.51% | - |
| XYZ | 8.4 | 4.24 | 21.49 | - |
| YUV | 53.17 | 171.36 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 130 | 0.32 | 0.85 | 0 | 0.49 | 277.64 | 0.73 | 0.29 |
| Hex | 59 | 14 | 82 | 20 | 55 | 0 | 31 | 116 | 49 | 1D |
| Octal | 131 | 24 | 202 | 40 | 125 | 0 | 61 | 426 | 111 | 35 |
| Binary | 1011001 | 10100 | 10000010 | 100000 | 1010101 | 0 | 110001 | 100010110 | 1001001 | 11101 |
Color Harmonies of #591482
Complementary color
Monochromatic Colors of #591482
Black with #591482
Text Example
Text Example
White with #591482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591482; }
p { color: rgb(89,20,130); }
H1.HeaderClassName
{
color: #591482;
}
.AnyTagClassName
{
color: #591482;
}
</style>
background-color css
<style>
a { background-color: #591482; }
a { background-color: rgb(89,20,130); }
div.DivClassName
{
background-color: #591482;
}
.BgClassName
{
background-color: #591482;
}
</style>
border-color css
<style>
span { border-color: #591482; }
span { border-color: rgb(89,20,130); }
td.TdClassName
{
border-color: #591482;
}
.TagClassName
{
border-color: #591482;
}
</style>