Shades of Indigo #591375
Tints of Indigo #591375
RGB
CMYK
RGB Variations
Color information
#591375 (or 0x591375) is known color: Indigo. HEX triplet: 59, 13 and 75. RGB value is (89,19,117). Sum of RGB (Red+Green+Blue) = 89+19+117=225 (29% of max value = 765). Red value is 89 (35.16% from 255 or 39.56% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #591375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #591375 is #A6EC8A. Grayscale: #323232. Windows color (decimal): -10939531 or 7672665. OLE color: 7672665.
HSL color Cylindrical-coordinate representation of color #591375: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #591375 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 89 | 19 | 117 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.54 |
| HSL | 282.86º | 0.72% | 0.27% | - |
| HSV(B) | 282.86º | 0.84% | 0.46% | - |
| XYZ | 7.56 | 3.87 | 17.18 | - |
| YUV | 51.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 117 | 0.24 | 0.84 | 0 | 0.54 | 282.86 | 0.72 | 0.27 |
| Hex | 59 | 13 | 75 | 18 | 54 | 0 | 36 | 11B | 48 | 1B |
| Octal | 131 | 23 | 165 | 30 | 124 | 0 | 66 | 433 | 110 | 33 |
| Binary | 1011001 | 10011 | 1110101 | 11000 | 1010100 | 0 | 110110 | 100011011 | 1001000 | 11011 |
Color Harmonies of #591375
Complementary color
Monochromatic Colors of #591375
Black with #591375
Text Example
Text Example
White with #591375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591375; }
p { color: rgb(89,19,117); }
H1.HeaderClassName
{
color: #591375;
}
.AnyTagClassName
{
color: #591375;
}
</style>
background-color css
<style>
a { background-color: #591375; }
a { background-color: rgb(89,19,117); }
div.DivClassName
{
background-color: #591375;
}
.BgClassName
{
background-color: #591375;
}
</style>
border-color css
<style>
span { border-color: #591375; }
span { border-color: rgb(89,19,117); }
td.TdClassName
{
border-color: #591375;
}
.TagClassName
{
border-color: #591375;
}
</style>