Shades of Indigo #58117D
Tints of Indigo #58117D
RGB
CMYK
RGB Variations
Color information
#58117D (or 0x58117D) is known color: Indigo. HEX triplet: 58, 11 and 7D. RGB value is (88,17,125). Sum of RGB (Red+Green+Blue) = 88+17+125=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 125 (49.22% from 255 or 54.35% from 230); Max value from RGB is 125 - color contains mainly: blue. Hex color #58117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58117D is #A7EE82. Grayscale: #323232. Windows color (decimal): -11005571 or 8196440. OLE color: 8196440.
HSL color Cylindrical-coordinate representation of color #58117D: hue angle of 279.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #58117D is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 17 | 125 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.51 |
| HSL | 279.44º | 0.76% | 0.28% | - |
| HSV(B) | 279.44º | 0.86% | 0.49% | - |
| XYZ | 7.93 | 3.96 | 19.75 | - |
| YUV | 50.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 125 | 0.30 | 0.86 | 0 | 0.51 | 279.44 | 0.76 | 0.28 |
| Hex | 58 | 11 | 7D | 1E | 56 | 0 | 33 | 117 | 4C | 1C |
| Octal | 130 | 21 | 175 | 36 | 126 | 0 | 63 | 427 | 114 | 34 |
| Binary | 1011000 | 10001 | 1111101 | 11110 | 1010110 | 0 | 110011 | 100010111 | 1001100 | 11100 |
Color Harmonies of #58117D
Complementary color
Monochromatic Colors of #58117D
Black with #58117D
Text Example
Text Example
White with #58117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58117D; }
p { color: rgb(88,17,125); }
H1.HeaderClassName
{
color: #58117D;
}
.AnyTagClassName
{
color: #58117D;
}
</style>
background-color css
<style>
a { background-color: #58117D; }
a { background-color: rgb(88,17,125); }
div.DivClassName
{
background-color: #58117D;
}
.BgClassName
{
background-color: #58117D;
}
</style>
border-color css
<style>
span { border-color: #58117D; }
span { border-color: rgb(88,17,125); }
td.TdClassName
{
border-color: #58117D;
}
.TagClassName
{
border-color: #58117D;
}
</style>