Shades of Indigo #59147B
Tints of Indigo #59147B
RGB
CMYK
RGB Variations
Color information
#59147B (or 0x59147B) is known color: Indigo. HEX triplet: 59, 14 and 7B. RGB value is (89,20,123). Sum of RGB (Red+Green+Blue) = 89+20+123=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 123 (48.44% from 255 or 53.02% from 232); Max value from RGB is 123 - color contains mainly: blue. Hex color #59147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59147B is #A6EB84. Grayscale: #343434. Windows color (decimal): -10939269 or 8066137. OLE color: 8066137.
HSL color Cylindrical-coordinate representation of color #59147B: hue angle of 280.19º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59147B is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 20 | 123 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.52 |
| HSL | 280.19º | 0.72% | 0.28% | - |
| HSV(B) | 280.19º | 0.84% | 0.48% | - |
| XYZ | 7.95 | 4.05 | 19.1 | - |
| YUV | 52.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 123 | 0.28 | 0.84 | 0 | 0.52 | 280.19 | 0.72 | 0.28 |
| Hex | 59 | 14 | 7B | 1C | 54 | 0 | 34 | 118 | 48 | 1C |
| Octal | 131 | 24 | 173 | 34 | 124 | 0 | 64 | 430 | 110 | 34 |
| Binary | 1011001 | 10100 | 1111011 | 11100 | 1010100 | 0 | 110100 | 100011000 | 1001000 | 11100 |
Color Harmonies of #59147B
Complementary color
Monochromatic Colors of #59147B
Black with #59147B
Text Example
Text Example
White with #59147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59147B; }
p { color: rgb(89,20,123); }
H1.HeaderClassName
{
color: #59147B;
}
.AnyTagClassName
{
color: #59147B;
}
</style>
background-color css
<style>
a { background-color: #59147B; }
a { background-color: rgb(89,20,123); }
div.DivClassName
{
background-color: #59147B;
}
.BgClassName
{
background-color: #59147B;
}
</style>
border-color css
<style>
span { border-color: #59147B; }
span { border-color: rgb(89,20,123); }
td.TdClassName
{
border-color: #59147B;
}
.TagClassName
{
border-color: #59147B;
}
</style>