Shades of Indigo #5A1077
Tints of Indigo #5A1077
RGB
CMYK
RGB Variations
Color information
#5A1077 (or 0x5A1077) is known color: Indigo. HEX triplet: 5A, 10 and 77. RGB value is (90,16,119). Sum of RGB (Red+Green+Blue) = 90+16+119=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A1077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1077 is #A5EF88. Grayscale: #313131. Windows color (decimal): -10874761 or 7802970. OLE color: 7802970.
HSL color Cylindrical-coordinate representation of color #5A1077: hue angle of 283.11º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A1077 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 16 | 119 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.53 |
| HSL | 283.11º | 0.76% | 0.26% | - |
| HSV(B) | 283.11º | 0.87% | 0.47% | - |
| XYZ | 7.73 | 3.88 | 17.79 | - |
| YUV | 49.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 16 | 119 | 0.24 | 0.87 | 0 | 0.53 | 283.11 | 0.76 | 0.26 |
| Hex | 5A | 10 | 77 | 18 | 57 | 0 | 35 | 11B | 4C | 1A |
| Octal | 132 | 20 | 167 | 30 | 127 | 0 | 65 | 433 | 114 | 32 |
| Binary | 1011010 | 10000 | 1110111 | 11000 | 1010111 | 0 | 110101 | 100011011 | 1001100 | 11010 |
Color Harmonies of #5A1077
Complementary color
Monochromatic Colors of #5A1077
Black with #5A1077
Text Example
Text Example
White with #5A1077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1077; }
p { color: rgb(90,16,119); }
H1.HeaderClassName
{
color: #5A1077;
}
.AnyTagClassName
{
color: #5A1077;
}
</style>
background-color css
<style>
a { background-color: #5A1077; }
a { background-color: rgb(90,16,119); }
div.DivClassName
{
background-color: #5A1077;
}
.BgClassName
{
background-color: #5A1077;
}
</style>
border-color css
<style>
span { border-color: #5A1077; }
span { border-color: rgb(90,16,119); }
td.TdClassName
{
border-color: #5A1077;
}
.TagClassName
{
border-color: #5A1077;
}
</style>