Shades of Indigo #58076E
Tints of Indigo #58076E
RGB
CMYK
RGB Variations
Color information
#58076E (or 0x58076E) is known color: Indigo. HEX triplet: 58, 07 and 6E. RGB value is (88,7,110). Sum of RGB (Red+Green+Blue) = 88+7+110=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 110 (43.36% from 255 or 53.66% from 205); Max value from RGB is 110 - color contains mainly: blue. Hex color #58076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58076E is #A7F891. Grayscale: #2A2A2A. Windows color (decimal): -11008146 or 7210840. OLE color: 7210840.
HSL color Cylindrical-coordinate representation of color #58076E: hue angle of 287.18º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58076E is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 7 | 110 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.57 |
| HSL | 287.18º | 0.88% | 0.23% | - |
| HSV(B) | 287.18º | 0.94% | 0.43% | - |
| XYZ | 6.91 | 3.35 | 15.03 | - |
| YUV | 42.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 110 | 0.2 | 0.94 | 0 | 0.57 | 287.18 | 0.88 | 0.23 |
| Hex | 58 | 7 | 6E | 14 | 5E | 0 | 39 | 11F | 58 | 17 |
| Octal | 130 | 7 | 156 | 24 | 136 | 0 | 71 | 437 | 130 | 27 |
| Binary | 1011000 | 111 | 1101110 | 10100 | 1011110 | 0 | 111001 | 100011111 | 1011000 | 10111 |
Color Harmonies of #58076E
Complementary color
Monochromatic Colors of #58076E
Black with #58076E
Text Example
Text Example
White with #58076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58076E; }
p { color: rgb(88,7,110); }
H1.HeaderClassName
{
color: #58076E;
}
.AnyTagClassName
{
color: #58076E;
}
</style>
background-color css
<style>
a { background-color: #58076E; }
a { background-color: rgb(88,7,110); }
div.DivClassName
{
background-color: #58076E;
}
.BgClassName
{
background-color: #58076E;
}
</style>
border-color css
<style>
span { border-color: #58076E; }
span { border-color: rgb(88,7,110); }
td.TdClassName
{
border-color: #58076E;
}
.TagClassName
{
border-color: #58076E;
}
</style>