Shades of Indigo #58057B
Tints of Indigo #58057B
RGB
CMYK
RGB Variations
Color information
#58057B (or 0x58057B) is known color: Indigo. HEX triplet: 58, 05 and 7B. RGB value is (88,5,123). Sum of RGB (Red+Green+Blue) = 88+5+123=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #58057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58057B is #A7FA84. Grayscale: #2A2A2A. Windows color (decimal): -11008645 or 8062296. OLE color: 8062296.
HSL color Cylindrical-coordinate representation of color #58057B: hue angle of 282.2º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #58057B is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 5 | 123 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.52 |
| HSL | 282.2º | 0.92% | 0.25% | - |
| HSV(B) | 282.2º | 0.96% | 0.48% | - |
| XYZ | 7.65 | 3.61 | 19.03 | - |
| YUV | 43.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 123 | 0.28 | 0.96 | 0 | 0.52 | 282.2 | 0.92 | 0.25 |
| Hex | 58 | 5 | 7B | 1C | 60 | 0 | 34 | 11A | 5C | 19 |
| Octal | 130 | 5 | 173 | 34 | 140 | 0 | 64 | 432 | 134 | 31 |
| Binary | 1011000 | 101 | 1111011 | 11100 | 1100000 | 0 | 110100 | 100011010 | 1011100 | 11001 |
Color Harmonies of #58057B
Complementary color
Monochromatic Colors of #58057B
Black with #58057B
Text Example
Text Example
White with #58057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58057B; }
p { color: rgb(88,5,123); }
H1.HeaderClassName
{
color: #58057B;
}
.AnyTagClassName
{
color: #58057B;
}
</style>
background-color css
<style>
a { background-color: #58057B; }
a { background-color: rgb(88,5,123); }
div.DivClassName
{
background-color: #58057B;
}
.BgClassName
{
background-color: #58057B;
}
</style>
border-color css
<style>
span { border-color: #58057B; }
span { border-color: rgb(88,5,123); }
td.TdClassName
{
border-color: #58057B;
}
.TagClassName
{
border-color: #58057B;
}
</style>