Shades of Indigo #5A0773
Tints of Indigo #5A0773
RGB
CMYK
RGB Variations
Color information
#5A0773 (or 0x5A0773) is known color: Indigo. HEX triplet: 5A, 07 and 73. RGB value is (90,7,115). Sum of RGB (Red+Green+Blue) = 90+7+115=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #5A0773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0773 is #A5F88C. Grayscale: #2B2B2B. Windows color (decimal): -10877069 or 7538522. OLE color: 7538522.
HSL color Cylindrical-coordinate representation of color #5A0773: hue angle of 286.11º 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 #5A0773 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 7 | 115 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.55 |
| HSL | 286.11º | 0.89% | 0.24% | - |
| HSV(B) | 286.11º | 0.94% | 0.45% | - |
| XYZ | 7.39 | 3.56 | 16.52 | - |
| YUV | 44.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 115 | 0.22 | 0.94 | 0 | 0.55 | 286.11 | 0.89 | 0.24 |
| Hex | 5A | 7 | 73 | 16 | 5E | 0 | 37 | 11E | 59 | 18 |
| Octal | 132 | 7 | 163 | 26 | 136 | 0 | 67 | 436 | 131 | 30 |
| Binary | 1011010 | 111 | 1110011 | 10110 | 1011110 | 0 | 110111 | 100011110 | 1011001 | 11000 |
Color Harmonies of #5A0773
Complementary color
Monochromatic Colors of #5A0773
Black with #5A0773
Text Example
Text Example
White with #5A0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0773; }
p { color: rgb(90,7,115); }
H1.HeaderClassName
{
color: #5A0773;
}
.AnyTagClassName
{
color: #5A0773;
}
</style>
background-color css
<style>
a { background-color: #5A0773; }
a { background-color: rgb(90,7,115); }
div.DivClassName
{
background-color: #5A0773;
}
.BgClassName
{
background-color: #5A0773;
}
</style>
border-color css
<style>
span { border-color: #5A0773; }
span { border-color: rgb(90,7,115); }
td.TdClassName
{
border-color: #5A0773;
}
.TagClassName
{
border-color: #5A0773;
}
</style>