Shades of Indigo #5C0773
Tints of Indigo #5C0773
RGB
CMYK
RGB Variations
Color information
#5C0773 (or 0x5C0773) is known color: Indigo. HEX triplet: 5C, 07 and 73. RGB value is (92,7,115). Sum of RGB (Red+Green+Blue) = 92+7+115=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C0773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0773 is #A3F88C. Grayscale: #2C2C2C. Windows color (decimal): -10745997 or 7538524. OLE color: 7538524.
HSL color Cylindrical-coordinate representation of color #5C0773: hue angle of 287.22º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0773 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 7 | 115 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.55 |
| HSL | 287.22º | 0.89% | 0.24% | - |
| HSV(B) | 287.22º | 0.94% | 0.45% | - |
| XYZ | 7.58 | 3.67 | 16.53 | - |
| YUV | 44.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 7 | 115 | 0.20 | 0.94 | 0 | 0.55 | 287.22 | 0.89 | 0.24 |
| Hex | 5C | 7 | 73 | 14 | 5E | 0 | 37 | 11F | 59 | 18 |
| Octal | 134 | 7 | 163 | 24 | 136 | 0 | 67 | 437 | 131 | 30 |
| Binary | 1011100 | 111 | 1110011 | 10100 | 1011110 | 0 | 110111 | 100011111 | 1011001 | 11000 |
Color Harmonies of #5C0773
Complementary color
Monochromatic Colors of #5C0773
Black with #5C0773
Text Example
Text Example
White with #5C0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0773; }
p { color: rgb(92,7,115); }
H1.HeaderClassName
{
color: #5C0773;
}
.AnyTagClassName
{
color: #5C0773;
}
</style>
background-color css
<style>
a { background-color: #5C0773; }
a { background-color: rgb(92,7,115); }
div.DivClassName
{
background-color: #5C0773;
}
.BgClassName
{
background-color: #5C0773;
}
</style>
border-color css
<style>
span { border-color: #5C0773; }
span { border-color: rgb(92,7,115); }
td.TdClassName
{
border-color: #5C0773;
}
.TagClassName
{
border-color: #5C0773;
}
</style>