Shades of Indigo #58036A
Tints of Indigo #58036A
RGB
CMYK
RGB Variations
Color information
#58036A (or 0x58036A) is known color: Indigo. HEX triplet: 58, 03 and 6A. RGB value is (88,3,106). Sum of RGB (Red+Green+Blue) = 88+3+106=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 106 (41.80% from 255 or 53.81% from 197); Max value from RGB is 106 - color contains mainly: blue. Hex color #58036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58036A is #A7FC95. Grayscale: #272727. Windows color (decimal): -11009174 or 6947672. OLE color: 6947672.
HSL color Cylindrical-coordinate representation of color #58036A: hue angle of 289.51º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58036A is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 3 | 106 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.58 |
| HSL | 289.51º | 0.94% | 0.21% | - |
| HSV(B) | 289.51º | 0.97% | 0.42% | - |
| XYZ | 6.66 | 3.18 | 13.9 | - |
| YUV | 40.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 3 | 106 | 0.17 | 0.97 | 0 | 0.58 | 289.51 | 0.94 | 0.21 |
| Hex | 58 | 3 | 6A | 11 | 61 | 0 | 3A | 122 | 5E | 15 |
| Octal | 130 | 3 | 152 | 21 | 141 | 0 | 72 | 442 | 136 | 25 |
| Binary | 1011000 | 11 | 1101010 | 10001 | 1100001 | 0 | 111010 | 100100010 | 1011110 | 10101 |
Color Harmonies of #58036A
Complementary color
Monochromatic Colors of #58036A
Black with #58036A
Text Example
Text Example
White with #58036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58036A; }
p { color: rgb(88,3,106); }
H1.HeaderClassName
{
color: #58036A;
}
.AnyTagClassName
{
color: #58036A;
}
</style>
background-color css
<style>
a { background-color: #58036A; }
a { background-color: rgb(88,3,106); }
div.DivClassName
{
background-color: #58036A;
}
.BgClassName
{
background-color: #58036A;
}
</style>
border-color css
<style>
span { border-color: #58036A; }
span { border-color: rgb(88,3,106); }
td.TdClassName
{
border-color: #58036A;
}
.TagClassName
{
border-color: #58036A;
}
</style>