Shades of Indigo #59137F
Tints of Indigo #59137F
RGB
CMYK
RGB Variations
Color information
#59137F (or 0x59137F) is known color: Indigo. HEX triplet: 59, 13 and 7F. RGB value is (89,19,127). Sum of RGB (Red+Green+Blue) = 89+19+127=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #59137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59137F is #A6EC80. Grayscale: #333333. Windows color (decimal): -10939521 or 8328025. OLE color: 8328025.
HSL color Cylindrical-coordinate representation of color #59137F: hue angle of 278.89º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59137F is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 19 | 127 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.50 |
| HSL | 278.89º | 0.74% | 0.29% | - |
| HSV(B) | 278.89º | 0.85% | 0.5% | - |
| XYZ | 8.18 | 4.12 | 20.44 | - |
| YUV | 52.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 127 | 0.30 | 0.85 | 0 | 0.50 | 278.89 | 0.74 | 0.29 |
| Hex | 59 | 13 | 7F | 1E | 55 | 0 | 32 | 117 | 4A | 1D |
| Octal | 131 | 23 | 177 | 36 | 125 | 0 | 62 | 427 | 112 | 35 |
| Binary | 1011001 | 10011 | 1111111 | 11110 | 1010101 | 0 | 110010 | 100010111 | 1001010 | 11101 |
Color Harmonies of #59137F
Complementary color
Monochromatic Colors of #59137F
Black with #59137F
Text Example
Text Example
White with #59137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59137F; }
p { color: rgb(89,19,127); }
H1.HeaderClassName
{
color: #59137F;
}
.AnyTagClassName
{
color: #59137F;
}
</style>
background-color css
<style>
a { background-color: #59137F; }
a { background-color: rgb(89,19,127); }
div.DivClassName
{
background-color: #59137F;
}
.BgClassName
{
background-color: #59137F;
}
</style>
border-color css
<style>
span { border-color: #59137F; }
span { border-color: rgb(89,19,127); }
td.TdClassName
{
border-color: #59137F;
}
.TagClassName
{
border-color: #59137F;
}
</style>