Shades of Indigo #58076D
Tints of Indigo #58076D
RGB
CMYK
RGB Variations
Color information
#58076D (or 0x58076D) is known color: Indigo. HEX triplet: 58, 07 and 6D. RGB value is (88,7,109). Sum of RGB (Red+Green+Blue) = 88+7+109=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #58076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58076D is #A7F892. Grayscale: #2A2A2A. Windows color (decimal): -11008147 or 7145304. OLE color: 7145304.
HSL color Cylindrical-coordinate representation of color #58076D: hue angle of 287.65º 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 #58076D is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 7 | 109 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.57 |
| HSL | 287.65º | 0.88% | 0.23% | - |
| HSV(B) | 287.65º | 0.94% | 0.43% | - |
| XYZ | 6.86 | 3.33 | 14.75 | - |
| YUV | 42.85 | 165.34 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 109 | 0.19 | 0.94 | 0 | 0.57 | 287.65 | 0.88 | 0.23 |
| Hex | 58 | 7 | 6D | 13 | 5E | 0 | 39 | 120 | 58 | 17 |
| Octal | 130 | 7 | 155 | 23 | 136 | 0 | 71 | 440 | 130 | 27 |
| Binary | 1011000 | 111 | 1101101 | 10011 | 1011110 | 0 | 111001 | 100100000 | 1011000 | 10111 |
Color Harmonies of #58076D
Complementary color
Monochromatic Colors of #58076D
Black with #58076D
Text Example
Text Example
White with #58076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58076D; }
p { color: rgb(88,7,109); }
H1.HeaderClassName
{
color: #58076D;
}
.AnyTagClassName
{
color: #58076D;
}
</style>
background-color css
<style>
a { background-color: #58076D; }
a { background-color: rgb(88,7,109); }
div.DivClassName
{
background-color: #58076D;
}
.BgClassName
{
background-color: #58076D;
}
</style>
border-color css
<style>
span { border-color: #58076D; }
span { border-color: rgb(88,7,109); }
td.TdClassName
{
border-color: #58076D;
}
.TagClassName
{
border-color: #58076D;
}
</style>