Shades of Indigo #58096D
Tints of Indigo #58096D
RGB
CMYK
RGB Variations
Color information
#58096D (or 0x58096D) is known color: Indigo. HEX triplet: 58, 09 and 6D. RGB value is (88,9,109). Sum of RGB (Red+Green+Blue) = 88+9+109=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #58096D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58096D is #A7F692. Grayscale: #2B2B2B. Windows color (decimal): -11007635 or 7145816. OLE color: 7145816.
HSL color Cylindrical-coordinate representation of color #58096D: hue angle of 287.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58096D is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 9 | 109 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.57 |
| HSL | 287.4º | 0.85% | 0.23% | - |
| HSV(B) | 287.4º | 0.92% | 0.43% | - |
| XYZ | 6.88 | 3.37 | 14.76 | - |
| YUV | 44.02 | 164.67 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 109 | 0.19 | 0.92 | 0 | 0.57 | 287.4 | 0.85 | 0.23 |
| Hex | 58 | 9 | 6D | 13 | 5C | 0 | 39 | 11F | 55 | 17 |
| Octal | 130 | 11 | 155 | 23 | 134 | 0 | 71 | 437 | 125 | 27 |
| Binary | 1011000 | 1001 | 1101101 | 10011 | 1011100 | 0 | 111001 | 100011111 | 1010101 | 10111 |
Color Harmonies of #58096D
Complementary color
Monochromatic Colors of #58096D
Black with #58096D
Text Example
Text Example
White with #58096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58096D; }
p { color: rgb(88,9,109); }
H1.HeaderClassName
{
color: #58096D;
}
.AnyTagClassName
{
color: #58096D;
}
</style>
background-color css
<style>
a { background-color: #58096D; }
a { background-color: rgb(88,9,109); }
div.DivClassName
{
background-color: #58096D;
}
.BgClassName
{
background-color: #58096D;
}
</style>
border-color css
<style>
span { border-color: #58096D; }
span { border-color: rgb(88,9,109); }
td.TdClassName
{
border-color: #58096D;
}
.TagClassName
{
border-color: #58096D;
}
</style>