Shades of Indigo #58076C
Tints of Indigo #58076C
RGB
CMYK
RGB Variations
Color information
#58076C (or 0x58076C) is known color: Indigo. HEX triplet: 58, 07 and 6C. RGB value is (88,7,108). Sum of RGB (Red+Green+Blue) = 88+7+108=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #58076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58076C is #A7F893. Grayscale: #2A2A2A. Windows color (decimal): -11008148 or 7079768. OLE color: 7079768.
HSL color Cylindrical-coordinate representation of color #58076C: hue angle of 288.12º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #58076C is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 7 | 108 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.58 |
| HSL | 288.12º | 0.88% | 0.23% | - |
| HSV(B) | 288.12º | 0.94% | 0.42% | - |
| XYZ | 6.81 | 3.31 | 14.47 | - |
| YUV | 42.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 108 | 0.19 | 0.94 | 0 | 0.58 | 288.12 | 0.88 | 0.23 |
| Hex | 58 | 7 | 6C | 13 | 5E | 0 | 3A | 120 | 58 | 17 |
| Octal | 130 | 7 | 154 | 23 | 136 | 0 | 72 | 440 | 130 | 27 |
| Binary | 1011000 | 111 | 1101100 | 10011 | 1011110 | 0 | 111010 | 100100000 | 1011000 | 10111 |
Color Harmonies of #58076C
Complementary color
Monochromatic Colors of #58076C
Black with #58076C
Text Example
Text Example
White with #58076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58076C; }
p { color: rgb(88,7,108); }
H1.HeaderClassName
{
color: #58076C;
}
.AnyTagClassName
{
color: #58076C;
}
</style>
background-color css
<style>
a { background-color: #58076C; }
a { background-color: rgb(88,7,108); }
div.DivClassName
{
background-color: #58076C;
}
.BgClassName
{
background-color: #58076C;
}
</style>
border-color css
<style>
span { border-color: #58076C; }
span { border-color: rgb(88,7,108); }
td.TdClassName
{
border-color: #58076C;
}
.TagClassName
{
border-color: #58076C;
}
</style>