Shades of Indigo #590F7F
Tints of Indigo #590F7F
RGB
CMYK
RGB Variations
Color information
#590F7F (or 0x590F7F) is known color: Indigo. HEX triplet: 59, 0F and 7F. RGB value is (89,15,127). Sum of RGB (Red+Green+Blue) = 89+15+127=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #590F7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590F7F is #A6F080. Grayscale: #313131. Windows color (decimal): -10940545 or 8327001. OLE color: 8327001.
HSL color Cylindrical-coordinate representation of color #590F7F: hue angle of 279.64º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590F7F is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 15 | 127 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.50 |
| HSL | 279.64º | 0.79% | 0.28% | - |
| HSV(B) | 279.64º | 0.88% | 0.5% | - |
| XYZ | 8.12 | 4 | 20.42 | - |
| YUV | 49.89 | 171.52 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 127 | 0.30 | 0.88 | 0 | 0.50 | 279.64 | 0.79 | 0.28 |
| Hex | 59 | F | 7F | 1E | 58 | 0 | 32 | 118 | 4F | 1C |
| Octal | 131 | 17 | 177 | 36 | 130 | 0 | 62 | 430 | 117 | 34 |
| Binary | 1011001 | 1111 | 1111111 | 11110 | 1011000 | 0 | 110010 | 100011000 | 1001111 | 11100 |
Color Harmonies of #590F7F
Complementary color
Monochromatic Colors of #590F7F
Black with #590F7F
Text Example
Text Example
White with #590F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590F7F; }
p { color: rgb(89,15,127); }
H1.HeaderClassName
{
color: #590F7F;
}
.AnyTagClassName
{
color: #590F7F;
}
</style>
background-color css
<style>
a { background-color: #590F7F; }
a { background-color: rgb(89,15,127); }
div.DivClassName
{
background-color: #590F7F;
}
.BgClassName
{
background-color: #590F7F;
}
</style>
border-color css
<style>
span { border-color: #590F7F; }
span { border-color: rgb(89,15,127); }
td.TdClassName
{
border-color: #590F7F;
}
.TagClassName
{
border-color: #590F7F;
}
</style>