Shades of Indigo #58008D
Tints of Indigo #58008D
RGB
CMYK
RGB Variations
Color information
#58008D (or 0x58008D) is known color: Indigo. HEX triplet: 58, 00 and 8D. RGB value is (88,0,141). Sum of RGB (Red+Green+Blue) = 88+0+141=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #58008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58008D is #A7FF72. Grayscale: #292929. Windows color (decimal): -11009907 or 9240664. OLE color: 9240664.
HSL color Cylindrical-coordinate representation of color #58008D: hue angle of 277.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58008D is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 0 | 141 | - |
| CMYK | 0.38 | 1 | 0 | 0.45 |
| HSL | 277.45º | 1% | 0.28% | - |
| HSV(B) | 277.45º | 1% | 0.55% | - |
| XYZ | 8.83 | 4 | 25.51 | - |
| YUV | 42.39 | 183.65 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 141 | 0.38 | 1 | 0 | 0.45 | 277.45 | 1 | 0.28 |
| Hex | 58 | 0 | 8D | 26 | 64 | 0 | 2D | 115 | 64 | 1C |
| Octal | 130 | 0 | 215 | 46 | 144 | 0 | 55 | 425 | 144 | 34 |
| Binary | 1011000 | 0 | 10001101 | 100110 | 1100100 | 0 | 101101 | 100010101 | 1100100 | 11100 |
Color Harmonies of #58008D
Complementary color
Monochromatic Colors of #58008D
Black with #58008D
Text Example
Text Example
White with #58008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58008D; }
p { color: rgb(88,0,141); }
H1.HeaderClassName
{
color: #58008D;
}
.AnyTagClassName
{
color: #58008D;
}
</style>
background-color css
<style>
a { background-color: #58008D; }
a { background-color: rgb(88,0,141); }
div.DivClassName
{
background-color: #58008D;
}
.BgClassName
{
background-color: #58008D;
}
</style>
border-color css
<style>
span { border-color: #58008D; }
span { border-color: rgb(88,0,141); }
td.TdClassName
{
border-color: #58008D;
}
.TagClassName
{
border-color: #58008D;
}
</style>