Shades of Indigo #5C0473
Tints of Indigo #5C0473
RGB
CMYK
RGB Variations
Color information
#5C0473 (or 0x5C0473) is known color: Indigo. HEX triplet: 5C, 04 and 73. RGB value is (92,4,115). Sum of RGB (Red+Green+Blue) = 92+4+115=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0473 is #A3FB8C. Grayscale: #2A2A2A. Windows color (decimal): -10746765 or 7537756. OLE color: 7537756.
HSL color Cylindrical-coordinate representation of color #5C0473: hue angle of 287.57º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C0473 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 4 | 115 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.55 |
| HSL | 287.57º | 0.93% | 0.23% | - |
| HSV(B) | 287.57º | 0.97% | 0.45% | - |
| XYZ | 7.55 | 3.6 | 16.52 | - |
| YUV | 42.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 4 | 115 | 0.20 | 0.97 | 0 | 0.55 | 287.57 | 0.93 | 0.23 |
| Hex | 5C | 4 | 73 | 14 | 61 | 0 | 37 | 120 | 5D | 17 |
| Octal | 134 | 4 | 163 | 24 | 141 | 0 | 67 | 440 | 135 | 27 |
| Binary | 1011100 | 100 | 1110011 | 10100 | 1100001 | 0 | 110111 | 100100000 | 1011101 | 10111 |
Color Harmonies of #5C0473
Complementary color
Monochromatic Colors of #5C0473
Black with #5C0473
Text Example
Text Example
White with #5C0473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0473; }
p { color: rgb(92,4,115); }
H1.HeaderClassName
{
color: #5C0473;
}
.AnyTagClassName
{
color: #5C0473;
}
</style>
background-color css
<style>
a { background-color: #5C0473; }
a { background-color: rgb(92,4,115); }
div.DivClassName
{
background-color: #5C0473;
}
.BgClassName
{
background-color: #5C0473;
}
</style>
border-color css
<style>
span { border-color: #5C0473; }
span { border-color: rgb(92,4,115); }
td.TdClassName
{
border-color: #5C0473;
}
.TagClassName
{
border-color: #5C0473;
}
</style>