Shades of Indigo #5A0D77
Tints of Indigo #5A0D77
RGB
CMYK
RGB Variations
Color information
#5A0D77 (or 0x5A0D77) is known color: Indigo. HEX triplet: 5A, 0D and 77. RGB value is (90,13,119). Sum of RGB (Red+Green+Blue) = 90+13+119=222 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.54% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A0D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0D77 is #A5F288. Grayscale: #2F2F2F. Windows color (decimal): -10875529 or 7802202. OLE color: 7802202.
HSL color Cylindrical-coordinate representation of color #5A0D77: hue angle of 283.58º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0D77 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 13 | 119 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.53 |
| HSL | 283.58º | 0.8% | 0.26% | - |
| HSV(B) | 283.58º | 0.89% | 0.47% | - |
| XYZ | 7.69 | 3.79 | 17.78 | - |
| YUV | 48.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 119 | 0.24 | 0.89 | 0 | 0.53 | 283.58 | 0.8 | 0.26 |
| Hex | 5A | D | 77 | 18 | 59 | 0 | 35 | 11C | 50 | 1A |
| Octal | 132 | 15 | 167 | 30 | 131 | 0 | 65 | 434 | 120 | 32 |
| Binary | 1011010 | 1101 | 1110111 | 11000 | 1011001 | 0 | 110101 | 100011100 | 1010000 | 11010 |
Color Harmonies of #5A0D77
Complementary color
Monochromatic Colors of #5A0D77
Black with #5A0D77
Text Example
Text Example
White with #5A0D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D77; }
p { color: rgb(90,13,119); }
H1.HeaderClassName
{
color: #5A0D77;
}
.AnyTagClassName
{
color: #5A0D77;
}
</style>
background-color css
<style>
a { background-color: #5A0D77; }
a { background-color: rgb(90,13,119); }
div.DivClassName
{
background-color: #5A0D77;
}
.BgClassName
{
background-color: #5A0D77;
}
</style>
border-color css
<style>
span { border-color: #5A0D77; }
span { border-color: rgb(90,13,119); }
td.TdClassName
{
border-color: #5A0D77;
}
.TagClassName
{
border-color: #5A0D77;
}
</style>