Shades of Indigo #58086D
Tints of Indigo #58086D
RGB
CMYK
RGB Variations
Color information
#58086D (or 0x58086D) is known color: Indigo. HEX triplet: 58, 08 and 6D. RGB value is (88,8,109). Sum of RGB (Red+Green+Blue) = 88+8+109=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #58086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58086D is #A7F792. Grayscale: #2B2B2B. Windows color (decimal): -11007891 or 7145560. OLE color: 7145560.
HSL color Cylindrical-coordinate representation of color #58086D: hue angle of 287.52º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58086D is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 8 | 109 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.57 |
| HSL | 287.52º | 0.86% | 0.23% | - |
| HSV(B) | 287.52º | 0.93% | 0.43% | - |
| XYZ | 6.87 | 3.35 | 14.75 | - |
| YUV | 43.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 109 | 0.19 | 0.93 | 0 | 0.57 | 287.52 | 0.86 | 0.23 |
| Hex | 58 | 8 | 6D | 13 | 5D | 0 | 39 | 120 | 56 | 17 |
| Octal | 130 | 10 | 155 | 23 | 135 | 0 | 71 | 440 | 126 | 27 |
| Binary | 1011000 | 1000 | 1101101 | 10011 | 1011101 | 0 | 111001 | 100100000 | 1010110 | 10111 |
Color Harmonies of #58086D
Complementary color
Monochromatic Colors of #58086D
Black with #58086D
Text Example
Text Example
White with #58086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58086D; }
p { color: rgb(88,8,109); }
H1.HeaderClassName
{
color: #58086D;
}
.AnyTagClassName
{
color: #58086D;
}
</style>
background-color css
<style>
a { background-color: #58086D; }
a { background-color: rgb(88,8,109); }
div.DivClassName
{
background-color: #58086D;
}
.BgClassName
{
background-color: #58086D;
}
</style>
border-color css
<style>
span { border-color: #58086D; }
span { border-color: rgb(88,8,109); }
td.TdClassName
{
border-color: #58086D;
}
.TagClassName
{
border-color: #58086D;
}
</style>