Shades of Indigo #591985
Tints of Indigo #591985
RGB
CMYK
RGB Variations
Color information
#591985 (or 0x591985) is known color: Indigo. HEX triplet: 59, 19 and 85. RGB value is (89,25,133). Sum of RGB (Red+Green+Blue) = 89+25+133=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #591985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591985 is #A6E67A. Grayscale: #383838. Windows color (decimal): -10937979 or 8722777. OLE color: 8722777.
HSL color Cylindrical-coordinate representation of color #591985: hue angle of 275.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #591985 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 89 | 25 | 133 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.48 |
| HSL | 275.56º | 0.68% | 0.31% | - |
| HSV(B) | 275.56º | 0.81% | 0.52% | - |
| XYZ | 8.7 | 4.51 | 22.6 | - |
| YUV | 56.45 | 171.2 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 133 | 0.33 | 0.81 | 0 | 0.48 | 275.56 | 0.68 | 0.31 |
| Hex | 59 | 19 | 85 | 21 | 51 | 0 | 30 | 114 | 44 | 1F |
| Octal | 131 | 31 | 205 | 41 | 121 | 0 | 60 | 424 | 104 | 37 |
| Binary | 1011001 | 11001 | 10000101 | 100001 | 1010001 | 0 | 110000 | 100010100 | 1000100 | 11111 |
Color Harmonies of #591985
Complementary color
Monochromatic Colors of #591985
Black with #591985
Text Example
Text Example
White with #591985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591985; }
p { color: rgb(89,25,133); }
H1.HeaderClassName
{
color: #591985;
}
.AnyTagClassName
{
color: #591985;
}
</style>
background-color css
<style>
a { background-color: #591985; }
a { background-color: rgb(89,25,133); }
div.DivClassName
{
background-color: #591985;
}
.BgClassName
{
background-color: #591985;
}
</style>
border-color css
<style>
span { border-color: #591985; }
span { border-color: rgb(89,25,133); }
td.TdClassName
{
border-color: #591985;
}
.TagClassName
{
border-color: #591985;
}
</style>