Shades of Indigo #58026D
Tints of Indigo #58026D
RGB
CMYK
RGB Variations
Color information
#58026D (or 0x58026D) is known color: Indigo. HEX triplet: 58, 02 and 6D. RGB value is (88,2,109). Sum of RGB (Red+Green+Blue) = 88+2+109=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #58026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58026D is #A7FD92. Grayscale: #272727. Windows color (decimal): -11009427 or 7144024. OLE color: 7144024.
HSL color Cylindrical-coordinate representation of color #58026D: hue angle of 288.22º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58026D is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 88 | 2 | 109 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.57 |
| HSL | 288.22º | 0.96% | 0.22% | - |
| HSV(B) | 288.22º | 0.98% | 0.43% | - |
| XYZ | 6.81 | 3.22 | 14.73 | - |
| YUV | 39.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 109 | 0.19 | 0.98 | 0 | 0.57 | 288.22 | 0.96 | 0.22 |
| Hex | 58 | 2 | 6D | 13 | 62 | 0 | 39 | 120 | 60 | 16 |
| Octal | 130 | 2 | 155 | 23 | 142 | 0 | 71 | 440 | 140 | 26 |
| Binary | 1011000 | 10 | 1101101 | 10011 | 1100010 | 0 | 111001 | 100100000 | 1100000 | 10110 |
Color Harmonies of #58026D
Complementary color
Monochromatic Colors of #58026D
Black with #58026D
Text Example
Text Example
White with #58026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58026D; }
p { color: rgb(88,2,109); }
H1.HeaderClassName
{
color: #58026D;
}
.AnyTagClassName
{
color: #58026D;
}
</style>
background-color css
<style>
a { background-color: #58026D; }
a { background-color: rgb(88,2,109); }
div.DivClassName
{
background-color: #58026D;
}
.BgClassName
{
background-color: #58026D;
}
</style>
border-color css
<style>
span { border-color: #58026D; }
span { border-color: rgb(88,2,109); }
td.TdClassName
{
border-color: #58026D;
}
.TagClassName
{
border-color: #58026D;
}
</style>