Shades of Indigo #58058B
Tints of Indigo #58058B
RGB
CMYK
RGB Variations
Color information
#58058B (or 0x58058B) is known color: Indigo. HEX triplet: 58, 05 and 8B. RGB value is (88,5,139). Sum of RGB (Red+Green+Blue) = 88+5+139=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #58058B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58058B is #A7FA74. Grayscale: #2C2C2C. Windows color (decimal): -11008629 or 9110872. OLE color: 9110872.
HSL color Cylindrical-coordinate representation of color #58058B: hue angle of 277.16º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #58058B is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 5 | 139 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.45 |
| HSL | 277.16º | 0.93% | 0.28% | - |
| HSV(B) | 277.16º | 0.96% | 0.55% | - |
| XYZ | 8.74 | 4.05 | 24.75 | - |
| YUV | 45.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 139 | 0.37 | 0.96 | 0 | 0.45 | 277.16 | 0.93 | 0.28 |
| Hex | 58 | 5 | 8B | 25 | 60 | 0 | 2D | 115 | 5D | 1C |
| Octal | 130 | 5 | 213 | 45 | 140 | 0 | 55 | 425 | 135 | 34 |
| Binary | 1011000 | 101 | 10001011 | 100101 | 1100000 | 0 | 101101 | 100010101 | 1011101 | 11100 |
Color Harmonies of #58058B
Complementary color
Monochromatic Colors of #58058B
Black with #58058B
Text Example
Text Example
White with #58058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58058B; }
p { color: rgb(88,5,139); }
H1.HeaderClassName
{
color: #58058B;
}
.AnyTagClassName
{
color: #58058B;
}
</style>
background-color css
<style>
a { background-color: #58058B; }
a { background-color: rgb(88,5,139); }
div.DivClassName
{
background-color: #58058B;
}
.BgClassName
{
background-color: #58058B;
}
</style>
border-color css
<style>
span { border-color: #58058B; }
span { border-color: rgb(88,5,139); }
td.TdClassName
{
border-color: #58058B;
}
.TagClassName
{
border-color: #58058B;
}
</style>