Shades of Indigo #58128D
Tints of Indigo #58128D
RGB
CMYK
RGB Variations
Color information
#58128D (or 0x58128D) is known color: Indigo. HEX triplet: 58, 12 and 8D. RGB value is (88,18,141). Sum of RGB (Red+Green+Blue) = 88+18+141=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #58128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58128D is #A7ED72. Grayscale: #343434. Windows color (decimal): -11005299 or 9245272. OLE color: 9245272.
HSL color Cylindrical-coordinate representation of color #58128D: hue angle of 274.15º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #58128D is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 18 | 141 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.45 |
| HSL | 274.15º | 0.77% | 0.31% | - |
| HSV(B) | 274.15º | 0.87% | 0.55% | - |
| XYZ | 9.05 | 4.43 | 25.58 | - |
| YUV | 52.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 141 | 0.38 | 0.87 | 0 | 0.45 | 274.15 | 0.77 | 0.31 |
| Hex | 58 | 12 | 8D | 26 | 57 | 0 | 2D | 112 | 4D | 1F |
| Octal | 130 | 22 | 215 | 46 | 127 | 0 | 55 | 422 | 115 | 37 |
| Binary | 1011000 | 10010 | 10001101 | 100110 | 1010111 | 0 | 101101 | 100010010 | 1001101 | 11111 |
Color Harmonies of #58128D
Complementary color
Monochromatic Colors of #58128D
Black with #58128D
Text Example
Text Example
White with #58128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58128D; }
p { color: rgb(88,18,141); }
H1.HeaderClassName
{
color: #58128D;
}
.AnyTagClassName
{
color: #58128D;
}
</style>
background-color css
<style>
a { background-color: #58128D; }
a { background-color: rgb(88,18,141); }
div.DivClassName
{
background-color: #58128D;
}
.BgClassName
{
background-color: #58128D;
}
</style>
border-color css
<style>
span { border-color: #58128D; }
span { border-color: rgb(88,18,141); }
td.TdClassName
{
border-color: #58128D;
}
.TagClassName
{
border-color: #58128D;
}
</style>