Shades of Indigo #58199C
Tints of Indigo #58199C
RGB
CMYK
RGB Variations
Color information
#58199C (or 0x58199C) is known color: Indigo. HEX triplet: 58, 19 and 9C. RGB value is (88,25,156). Sum of RGB (Red+Green+Blue) = 88+25+156=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #58199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58199C is #A7E663. Grayscale: #3A3A3A. Windows color (decimal): -11003492 or 10230104. OLE color: 10230104.
HSL color Cylindrical-coordinate representation of color #58199C: hue angle of 268.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #58199C is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 25 | 156 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.39 |
| HSL | 268.85º | 0.72% | 0.35% | - |
| HSV(B) | 268.85º | 0.84% | 0.61% | - |
| XYZ | 10.37 | 5.17 | 31.9 | - |
| YUV | 58.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 156 | 0.44 | 0.84 | 0 | 0.39 | 268.85 | 0.72 | 0.35 |
| Hex | 58 | 19 | 9C | 2C | 54 | 0 | 27 | 10D | 48 | 23 |
| Octal | 130 | 31 | 234 | 54 | 124 | 0 | 47 | 415 | 110 | 43 |
| Binary | 1011000 | 11001 | 10011100 | 101100 | 1010100 | 0 | 100111 | 100001101 | 1001000 | 100011 |
Color Harmonies of #58199C
Complementary color
Monochromatic Colors of #58199C
Black with #58199C
Text Example
Text Example
White with #58199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58199C; }
p { color: rgb(88,25,156); }
H1.HeaderClassName
{
color: #58199C;
}
.AnyTagClassName
{
color: #58199C;
}
</style>
background-color css
<style>
a { background-color: #58199C; }
a { background-color: rgb(88,25,156); }
div.DivClassName
{
background-color: #58199C;
}
.BgClassName
{
background-color: #58199C;
}
</style>
border-color css
<style>
span { border-color: #58199C; }
span { border-color: rgb(88,25,156); }
td.TdClassName
{
border-color: #58199C;
}
.TagClassName
{
border-color: #58199C;
}
</style>