Shades of Indigo #58096F
Tints of Indigo #58096F
RGB
CMYK
RGB Variations
Color information
#58096F (or 0x58096F) is known color: Indigo. HEX triplet: 58, 09 and 6F. RGB value is (88,9,111). Sum of RGB (Red+Green+Blue) = 88+9+111=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #58096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58096F is #A7F690. Grayscale: #2B2B2B. Windows color (decimal): -11007633 or 7276888. OLE color: 7276888.
HSL color Cylindrical-coordinate representation of color #58096F: hue angle of 286.47º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58096F is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 88 | 9 | 111 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.56 |
| HSL | 286.47º | 0.85% | 0.24% | - |
| HSV(B) | 286.47º | 0.92% | 0.44% | - |
| XYZ | 6.99 | 3.42 | 15.33 | - |
| YUV | 44.25 | 165.67 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 111 | 0.21 | 0.92 | 0 | 0.56 | 286.47 | 0.85 | 0.24 |
| Hex | 58 | 9 | 6F | 15 | 5C | 0 | 38 | 11E | 55 | 18 |
| Octal | 130 | 11 | 157 | 25 | 134 | 0 | 70 | 436 | 125 | 30 |
| Binary | 1011000 | 1001 | 1101111 | 10101 | 1011100 | 0 | 111000 | 100011110 | 1010101 | 11000 |
Color Harmonies of #58096F
Complementary color
Monochromatic Colors of #58096F
Black with #58096F
Text Example
Text Example
White with #58096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58096F; }
p { color: rgb(88,9,111); }
H1.HeaderClassName
{
color: #58096F;
}
.AnyTagClassName
{
color: #58096F;
}
</style>
background-color css
<style>
a { background-color: #58096F; }
a { background-color: rgb(88,9,111); }
div.DivClassName
{
background-color: #58096F;
}
.BgClassName
{
background-color: #58096F;
}
</style>
border-color css
<style>
span { border-color: #58096F; }
span { border-color: rgb(88,9,111); }
td.TdClassName
{
border-color: #58096F;
}
.TagClassName
{
border-color: #58096F;
}
</style>