Shades of Indigo #58038D
Tints of Indigo #58038D
RGB
CMYK
RGB Variations
Color information
#58038D (or 0x58038D) is known color: Indigo. HEX triplet: 58, 03 and 8D. RGB value is (88,3,141). Sum of RGB (Red+Green+Blue) = 88+3+141=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #58038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58038D is #A7FC72. Grayscale: #2B2B2B. Windows color (decimal): -11009139 or 9241432. OLE color: 9241432.
HSL color Cylindrical-coordinate representation of color #58038D: hue angle of 276.96º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58038D is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 3 | 141 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.45 |
| HSL | 276.96º | 0.96% | 0.28% | - |
| HSV(B) | 276.96º | 0.98% | 0.55% | - |
| XYZ | 8.86 | 4.06 | 25.52 | - |
| YUV | 44.15 | 182.66 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 141 | 0.38 | 0.98 | 0 | 0.45 | 276.96 | 0.96 | 0.28 |
| Hex | 58 | 3 | 8D | 26 | 62 | 0 | 2D | 115 | 60 | 1C |
| Octal | 130 | 3 | 215 | 46 | 142 | 0 | 55 | 425 | 140 | 34 |
| Binary | 1011000 | 11 | 10001101 | 100110 | 1100010 | 0 | 101101 | 100010101 | 1100000 | 11100 |
Color Harmonies of #58038D
Complementary color
Monochromatic Colors of #58038D
Black with #58038D
Text Example
Text Example
White with #58038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58038D; }
p { color: rgb(88,3,141); }
H1.HeaderClassName
{
color: #58038D;
}
.AnyTagClassName
{
color: #58038D;
}
</style>
background-color css
<style>
a { background-color: #58038D; }
a { background-color: rgb(88,3,141); }
div.DivClassName
{
background-color: #58038D;
}
.BgClassName
{
background-color: #58038D;
}
</style>
border-color css
<style>
span { border-color: #58038D; }
span { border-color: rgb(88,3,141); }
td.TdClassName
{
border-color: #58038D;
}
.TagClassName
{
border-color: #58038D;
}
</style>