Shades of Indigo #591993
Tints of Indigo #591993
RGB
CMYK
RGB Variations
Color information
#591993 (or 0x591993) is known color: Indigo. HEX triplet: 59, 19 and 93. RGB value is (89,25,147). Sum of RGB (Red+Green+Blue) = 89+25+147=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #591993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #591993 is #A6E66C. Grayscale: #393939. Windows color (decimal): -10937965 or 9640281. OLE color: 9640281.
HSL color Cylindrical-coordinate representation of color #591993: hue angle of 271.48º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #591993 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 25 | 147 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.42 |
| HSL | 271.48º | 0.71% | 0.34% | - |
| HSV(B) | 271.48º | 0.83% | 0.58% | - |
| XYZ | 9.73 | 4.93 | 28.04 | - |
| YUV | 58.04 | 178.2 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 25 | 147 | 0.39 | 0.83 | 0 | 0.42 | 271.48 | 0.71 | 0.34 |
| Hex | 59 | 19 | 93 | 27 | 53 | 0 | 2A | 10F | 47 | 22 |
| Octal | 131 | 31 | 223 | 47 | 123 | 0 | 52 | 417 | 107 | 42 |
| Binary | 1011001 | 11001 | 10010011 | 100111 | 1010011 | 0 | 101010 | 100001111 | 1000111 | 100010 |
Color Harmonies of #591993
Complementary color
Monochromatic Colors of #591993
Black with #591993
Text Example
Text Example
White with #591993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591993; }
p { color: rgb(89,25,147); }
H1.HeaderClassName
{
color: #591993;
}
.AnyTagClassName
{
color: #591993;
}
</style>
background-color css
<style>
a { background-color: #591993; }
a { background-color: rgb(89,25,147); }
div.DivClassName
{
background-color: #591993;
}
.BgClassName
{
background-color: #591993;
}
</style>
border-color css
<style>
span { border-color: #591993; }
span { border-color: rgb(89,25,147); }
td.TdClassName
{
border-color: #591993;
}
.TagClassName
{
border-color: #591993;
}
</style>