Shades of Indigo #591A7F
Tints of Indigo #591A7F
RGB
CMYK
RGB Variations
Color information
#591A7F (or 0x591A7F) is known color: Indigo. HEX triplet: 59, 1A and 7F. RGB value is (89,26,127). Sum of RGB (Red+Green+Blue) = 89+26+127=242 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.78% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #591A7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #591A7F is #A6E580. Grayscale: #383838. Windows color (decimal): -10937729 or 8329817. OLE color: 8329817.
HSL color Cylindrical-coordinate representation of color #591A7F: hue angle of 277.43º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #591A7F is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 26 | 127 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.50 |
| HSL | 277.43º | 0.66% | 0.3% | - |
| HSV(B) | 277.43º | 0.8% | 0.5% | - |
| XYZ | 8.32 | 4.39 | 20.49 | - |
| YUV | 56.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 127 | 0.30 | 0.80 | 0 | 0.50 | 277.43 | 0.66 | 0.3 |
| Hex | 59 | 1A | 7F | 1E | 50 | 0 | 32 | 115 | 42 | 1E |
| Octal | 131 | 32 | 177 | 36 | 120 | 0 | 62 | 425 | 102 | 36 |
| Binary | 1011001 | 11010 | 1111111 | 11110 | 1010000 | 0 | 110010 | 100010101 | 1000010 | 11110 |
Color Harmonies of #591A7F
Complementary color
Monochromatic Colors of #591A7F
Black with #591A7F
Text Example
Text Example
White with #591A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591A7F; }
p { color: rgb(89,26,127); }
H1.HeaderClassName
{
color: #591A7F;
}
.AnyTagClassName
{
color: #591A7F;
}
</style>
background-color css
<style>
a { background-color: #591A7F; }
a { background-color: rgb(89,26,127); }
div.DivClassName
{
background-color: #591A7F;
}
.BgClassName
{
background-color: #591A7F;
}
</style>
border-color css
<style>
span { border-color: #591A7F; }
span { border-color: rgb(89,26,127); }
td.TdClassName
{
border-color: #591A7F;
}
.TagClassName
{
border-color: #591A7F;
}
</style>