Shades of Indigo #58158D
Tints of Indigo #58158D
RGB
CMYK
RGB Variations
Color information
#58158D (or 0x58158D) is known color: Indigo. HEX triplet: 58, 15 and 8D. RGB value is (88,21,141). Sum of RGB (Red+Green+Blue) = 88+21+141=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #58158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58158D is #A7EA72. Grayscale: #363636. Windows color (decimal): -11004531 or 9246040. OLE color: 9246040.
HSL color Cylindrical-coordinate representation of color #58158D: hue angle of 273.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58158D is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 21 | 141 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.45 |
| HSL | 273.5º | 0.74% | 0.32% | - |
| HSV(B) | 273.5º | 0.85% | 0.55% | - |
| XYZ | 9.1 | 4.53 | 25.59 | - |
| YUV | 54.71 | 176.7 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 141 | 0.38 | 0.85 | 0 | 0.45 | 273.5 | 0.74 | 0.32 |
| Hex | 58 | 15 | 8D | 26 | 55 | 0 | 2D | 112 | 4A | 20 |
| Octal | 130 | 25 | 215 | 46 | 125 | 0 | 55 | 422 | 112 | 40 |
| Binary | 1011000 | 10101 | 10001101 | 100110 | 1010101 | 0 | 101101 | 100010010 | 1001010 | 100000 |
Color Harmonies of #58158D
Complementary color
Monochromatic Colors of #58158D
Black with #58158D
Text Example
Text Example
White with #58158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58158D; }
p { color: rgb(88,21,141); }
H1.HeaderClassName
{
color: #58158D;
}
.AnyTagClassName
{
color: #58158D;
}
</style>
background-color css
<style>
a { background-color: #58158D; }
a { background-color: rgb(88,21,141); }
div.DivClassName
{
background-color: #58158D;
}
.BgClassName
{
background-color: #58158D;
}
</style>
border-color css
<style>
span { border-color: #58158D; }
span { border-color: rgb(88,21,141); }
td.TdClassName
{
border-color: #58158D;
}
.TagClassName
{
border-color: #58158D;
}
</style>