Shades of Indigo #59137B
Tints of Indigo #59137B
RGB
CMYK
RGB Variations
Color information
#59137B (or 0x59137B) is known color: Indigo. HEX triplet: 59, 13 and 7B. RGB value is (89,19,123). Sum of RGB (Red+Green+Blue) = 89+19+123=231 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.53% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #59137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59137B is #A6EC84. Grayscale: #333333. Windows color (decimal): -10939525 or 8065881. OLE color: 8065881.
HSL color Cylindrical-coordinate representation of color #59137B: hue angle of 280.38º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #59137B is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 19 | 123 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.52 |
| HSL | 280.38º | 0.73% | 0.28% | - |
| HSV(B) | 280.38º | 0.85% | 0.48% | - |
| XYZ | 7.93 | 4.02 | 19.1 | - |
| YUV | 51.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 123 | 0.28 | 0.85 | 0 | 0.52 | 280.38 | 0.73 | 0.28 |
| Hex | 59 | 13 | 7B | 1C | 55 | 0 | 34 | 118 | 49 | 1C |
| Octal | 131 | 23 | 173 | 34 | 125 | 0 | 64 | 430 | 111 | 34 |
| Binary | 1011001 | 10011 | 1111011 | 11100 | 1010101 | 0 | 110100 | 100011000 | 1001001 | 11100 |
Color Harmonies of #59137B
Complementary color
Monochromatic Colors of #59137B
Black with #59137B
Text Example
Text Example
White with #59137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59137B; }
p { color: rgb(89,19,123); }
H1.HeaderClassName
{
color: #59137B;
}
.AnyTagClassName
{
color: #59137B;
}
</style>
background-color css
<style>
a { background-color: #59137B; }
a { background-color: rgb(89,19,123); }
div.DivClassName
{
background-color: #59137B;
}
.BgClassName
{
background-color: #59137B;
}
</style>
border-color css
<style>
span { border-color: #59137B; }
span { border-color: rgb(89,19,123); }
td.TdClassName
{
border-color: #59137B;
}
.TagClassName
{
border-color: #59137B;
}
</style>