Shades of Indigo #59147F
Tints of Indigo #59147F
RGB
CMYK
RGB Variations
Color information
#59147F (or 0x59147F) is known color: Indigo. HEX triplet: 59, 14 and 7F. RGB value is (89,20,127). Sum of RGB (Red+Green+Blue) = 89+20+127=236 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.71% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #59147F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59147F is #A6EB80. Grayscale: #343434. Windows color (decimal): -10939265 or 8328281. OLE color: 8328281.
HSL color Cylindrical-coordinate representation of color #59147F: hue angle of 278.69º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59147F is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 20 | 127 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.50 |
| HSL | 278.69º | 0.73% | 0.29% | - |
| HSV(B) | 278.69º | 0.84% | 0.5% | - |
| XYZ | 8.2 | 4.16 | 20.45 | - |
| YUV | 52.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 127 | 0.30 | 0.84 | 0 | 0.50 | 278.69 | 0.73 | 0.29 |
| Hex | 59 | 14 | 7F | 1E | 54 | 0 | 32 | 117 | 49 | 1D |
| Octal | 131 | 24 | 177 | 36 | 124 | 0 | 62 | 427 | 111 | 35 |
| Binary | 1011001 | 10100 | 1111111 | 11110 | 1010100 | 0 | 110010 | 100010111 | 1001001 | 11101 |
Color Harmonies of #59147F
Complementary color
Monochromatic Colors of #59147F
Black with #59147F
Text Example
Text Example
White with #59147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59147F; }
p { color: rgb(89,20,127); }
H1.HeaderClassName
{
color: #59147F;
}
.AnyTagClassName
{
color: #59147F;
}
</style>
background-color css
<style>
a { background-color: #59147F; }
a { background-color: rgb(89,20,127); }
div.DivClassName
{
background-color: #59147F;
}
.BgClassName
{
background-color: #59147F;
}
</style>
border-color css
<style>
span { border-color: #59147F; }
span { border-color: rgb(89,20,127); }
td.TdClassName
{
border-color: #59147F;
}
.TagClassName
{
border-color: #59147F;
}
</style>