Shades of Indigo #58047C
Tints of Indigo #58047C
RGB
CMYK
RGB Variations
Color information
#58047C (or 0x58047C) is known color: Indigo. HEX triplet: 58, 04 and 7C. RGB value is (88,4,124). Sum of RGB (Red+Green+Blue) = 88+4+124=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #58047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58047C is #A7FB83. Grayscale: #2A2A2A. Windows color (decimal): -11008900 or 8127576. OLE color: 8127576.
HSL color Cylindrical-coordinate representation of color #58047C: hue angle of 282º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #58047C is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 4 | 124 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.51 |
| HSL | 282º | 0.94% | 0.25% | - |
| HSV(B) | 282º | 0.97% | 0.49% | - |
| XYZ | 7.71 | 3.62 | 19.36 | - |
| YUV | 42.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 124 | 0.29 | 0.97 | 0 | 0.51 | 282 | 0.94 | 0.25 |
| Hex | 58 | 4 | 7C | 1D | 61 | 0 | 33 | 11A | 5E | 19 |
| Octal | 130 | 4 | 174 | 35 | 141 | 0 | 63 | 432 | 136 | 31 |
| Binary | 1011000 | 100 | 1111100 | 11101 | 1100001 | 0 | 110011 | 100011010 | 1011110 | 11001 |
Color Harmonies of #58047C
Complementary color
Monochromatic Colors of #58047C
Black with #58047C
Text Example
Text Example
White with #58047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58047C; }
p { color: rgb(88,4,124); }
H1.HeaderClassName
{
color: #58047C;
}
.AnyTagClassName
{
color: #58047C;
}
</style>
background-color css
<style>
a { background-color: #58047C; }
a { background-color: rgb(88,4,124); }
div.DivClassName
{
background-color: #58047C;
}
.BgClassName
{
background-color: #58047C;
}
</style>
border-color css
<style>
span { border-color: #58047C; }
span { border-color: rgb(88,4,124); }
td.TdClassName
{
border-color: #58047C;
}
.TagClassName
{
border-color: #58047C;
}
</style>