Shades of Indigo #58019E
Tints of Indigo #58019E
RGB
CMYK
RGB Variations
Color information
#58019E (or 0x58019E) is known color: Indigo. HEX triplet: 58, 01 and 9E. RGB value is (88,1,158). Sum of RGB (Red+Green+Blue) = 88+1+158=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #58019E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58019E is #A7FE61. Grayscale: #2C2C2C. Windows color (decimal): -11009634 or 10355032. OLE color: 10355032.
HSL color Cylindrical-coordinate representation of color #58019E: hue angle of 273.25º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58019E is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 1 | 158 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.38 |
| HSL | 273.25º | 0.99% | 0.31% | - |
| HSV(B) | 273.25º | 0.99% | 0.62% | - |
| XYZ | 10.21 | 4.57 | 32.69 | - |
| YUV | 44.91 | 191.82 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 158 | 0.44 | 0.99 | 0 | 0.38 | 273.25 | 0.99 | 0.31 |
| Hex | 58 | 1 | 9E | 2C | 63 | 0 | 26 | 111 | 63 | 1F |
| Octal | 130 | 1 | 236 | 54 | 143 | 0 | 46 | 421 | 143 | 37 |
| Binary | 1011000 | 1 | 10011110 | 101100 | 1100011 | 0 | 100110 | 100010001 | 1100011 | 11111 |
Color Harmonies of #58019E
Complementary color
Monochromatic Colors of #58019E
Black with #58019E
Text Example
Text Example
White with #58019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58019E; }
p { color: rgb(88,1,158); }
H1.HeaderClassName
{
color: #58019E;
}
.AnyTagClassName
{
color: #58019E;
}
</style>
background-color css
<style>
a { background-color: #58019E; }
a { background-color: rgb(88,1,158); }
div.DivClassName
{
background-color: #58019E;
}
.BgClassName
{
background-color: #58019E;
}
</style>
border-color css
<style>
span { border-color: #58019E; }
span { border-color: rgb(88,1,158); }
td.TdClassName
{
border-color: #58019E;
}
.TagClassName
{
border-color: #58019E;
}
</style>