Shades of Indigo #58116D
Tints of Indigo #58116D
RGB
CMYK
RGB Variations
Color information
#58116D (or 0x58116D) is known color: Indigo. HEX triplet: 58, 11 and 6D. RGB value is (88,17,109). Sum of RGB (Red+Green+Blue) = 88+17+109=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #58116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58116D is #A7EE92. Grayscale: #303030. Windows color (decimal): -11005587 or 7147864. OLE color: 7147864.
HSL color Cylindrical-coordinate representation of color #58116D: hue angle of 286.3º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58116D is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 17 | 109 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.57 |
| HSL | 286.3º | 0.73% | 0.25% | - |
| HSV(B) | 286.3º | 0.84% | 0.43% | - |
| XYZ | 6.99 | 3.58 | 14.79 | - |
| YUV | 48.72 | 162.02 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 109 | 0.19 | 0.84 | 0 | 0.57 | 286.3 | 0.73 | 0.25 |
| Hex | 58 | 11 | 6D | 13 | 54 | 0 | 39 | 11E | 49 | 19 |
| Octal | 130 | 21 | 155 | 23 | 124 | 0 | 71 | 436 | 111 | 31 |
| Binary | 1011000 | 10001 | 1101101 | 10011 | 1010100 | 0 | 111001 | 100011110 | 1001001 | 11001 |
Color Harmonies of #58116D
Complementary color
Monochromatic Colors of #58116D
Black with #58116D
Text Example
Text Example
White with #58116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58116D; }
p { color: rgb(88,17,109); }
H1.HeaderClassName
{
color: #58116D;
}
.AnyTagClassName
{
color: #58116D;
}
</style>
background-color css
<style>
a { background-color: #58116D; }
a { background-color: rgb(88,17,109); }
div.DivClassName
{
background-color: #58116D;
}
.BgClassName
{
background-color: #58116D;
}
</style>
border-color css
<style>
span { border-color: #58116D; }
span { border-color: rgb(88,17,109); }
td.TdClassName
{
border-color: #58116D;
}
.TagClassName
{
border-color: #58116D;
}
</style>