Shades of Indigo #58036D
Tints of Indigo #58036D
RGB
CMYK
RGB Variations
Color information
#58036D (or 0x58036D) is known color: Indigo. HEX triplet: 58, 03 and 6D. RGB value is (88,3,109). Sum of RGB (Red+Green+Blue) = 88+3+109=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #58036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58036D is #A7FC92. Grayscale: #282828. Windows color (decimal): -11009171 or 7144280. OLE color: 7144280.
HSL color Cylindrical-coordinate representation of color #58036D: hue angle of 288.11º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58036D is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 3 | 109 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.57 |
| HSL | 288.11º | 0.95% | 0.22% | - |
| HSV(B) | 288.11º | 0.97% | 0.43% | - |
| XYZ | 6.82 | 3.24 | 14.73 | - |
| YUV | 40.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 109 | 0.19 | 0.97 | 0 | 0.57 | 288.11 | 0.95 | 0.22 |
| Hex | 58 | 3 | 6D | 13 | 61 | 0 | 39 | 120 | 5F | 16 |
| Octal | 130 | 3 | 155 | 23 | 141 | 0 | 71 | 440 | 137 | 26 |
| Binary | 1011000 | 11 | 1101101 | 10011 | 1100001 | 0 | 111001 | 100100000 | 1011111 | 10110 |
Color Harmonies of #58036D
Complementary color
Monochromatic Colors of #58036D
Black with #58036D
Text Example
Text Example
White with #58036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58036D; }
p { color: rgb(88,3,109); }
H1.HeaderClassName
{
color: #58036D;
}
.AnyTagClassName
{
color: #58036D;
}
</style>
background-color css
<style>
a { background-color: #58036D; }
a { background-color: rgb(88,3,109); }
div.DivClassName
{
background-color: #58036D;
}
.BgClassName
{
background-color: #58036D;
}
</style>
border-color css
<style>
span { border-color: #58036D; }
span { border-color: rgb(88,3,109); }
td.TdClassName
{
border-color: #58036D;
}
.TagClassName
{
border-color: #58036D;
}
</style>