Shades of Indigo #591781
Tints of Indigo #591781
RGB
CMYK
RGB Variations
Color information
#591781 (or 0x591781) is known color: Indigo. HEX triplet: 59, 17 and 81. RGB value is (89,23,129). Sum of RGB (Red+Green+Blue) = 89+23+129=241 (31% of max value = 765). Red value is 89 (35.16% from 255 or 36.93% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #591781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591781 is #A6E87E. Grayscale: #363636. Windows color (decimal): -10938495 or 8460121. OLE color: 8460121.
HSL color Cylindrical-coordinate representation of color #591781: hue angle of 277.36º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #591781 is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 89 | 23 | 129 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.49 |
| HSL | 277.36º | 0.7% | 0.3% | - |
| HSV(B) | 277.36º | 0.82% | 0.51% | - |
| XYZ | 8.39 | 4.32 | 21.16 | - |
| YUV | 54.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 23 | 129 | 0.31 | 0.82 | 0 | 0.49 | 277.36 | 0.7 | 0.3 |
| Hex | 59 | 17 | 81 | 1F | 52 | 0 | 31 | 115 | 46 | 1E |
| Octal | 131 | 27 | 201 | 37 | 122 | 0 | 61 | 425 | 106 | 36 |
| Binary | 1011001 | 10111 | 10000001 | 11111 | 1010010 | 0 | 110001 | 100010101 | 1000110 | 11110 |
Color Harmonies of #591781
Complementary color
Monochromatic Colors of #591781
Black with #591781
Text Example
Text Example
White with #591781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591781; }
p { color: rgb(89,23,129); }
H1.HeaderClassName
{
color: #591781;
}
.AnyTagClassName
{
color: #591781;
}
</style>
background-color css
<style>
a { background-color: #591781; }
a { background-color: rgb(89,23,129); }
div.DivClassName
{
background-color: #591781;
}
.BgClassName
{
background-color: #591781;
}
</style>
border-color css
<style>
span { border-color: #591781; }
span { border-color: rgb(89,23,129); }
td.TdClassName
{
border-color: #591781;
}
.TagClassName
{
border-color: #591781;
}
</style>