Shades of Indigo #5A1976
Tints of Indigo #5A1976
RGB
CMYK
RGB Variations
Color information
#5A1976 (or 0x5A1976) is known color: Indigo. HEX triplet: 5A, 19 and 76. RGB value is (90,25,118). Sum of RGB (Red+Green+Blue) = 90+25+118=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A1976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1976 is #A5E689. Grayscale: #363636. Windows color (decimal): -10872458 or 7739738. OLE color: 7739738.
HSL color Cylindrical-coordinate representation of color #5A1976: hue angle of 281.94º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A1976 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 90 | 25 | 118 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.54 |
| HSL | 281.94º | 0.65% | 0.28% | - |
| HSV(B) | 281.94º | 0.79% | 0.46% | - |
| XYZ | 7.83 | 4.18 | 17.53 | - |
| YUV | 55.04 | 163.53 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 118 | 0.24 | 0.79 | 0 | 0.54 | 281.94 | 0.65 | 0.28 |
| Hex | 5A | 19 | 76 | 18 | 4F | 0 | 36 | 11A | 41 | 1C |
| Octal | 132 | 31 | 166 | 30 | 117 | 0 | 66 | 432 | 101 | 34 |
| Binary | 1011010 | 11001 | 1110110 | 11000 | 1001111 | 0 | 110110 | 100011010 | 1000001 | 11100 |
Color Harmonies of #5A1976
Complementary color
Monochromatic Colors of #5A1976
Black with #5A1976
Text Example
Text Example
White with #5A1976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1976; }
p { color: rgb(90,25,118); }
H1.HeaderClassName
{
color: #5A1976;
}
.AnyTagClassName
{
color: #5A1976;
}
</style>
background-color css
<style>
a { background-color: #5A1976; }
a { background-color: rgb(90,25,118); }
div.DivClassName
{
background-color: #5A1976;
}
.BgClassName
{
background-color: #5A1976;
}
</style>
border-color css
<style>
span { border-color: #5A1976; }
span { border-color: rgb(90,25,118); }
td.TdClassName
{
border-color: #5A1976;
}
.TagClassName
{
border-color: #5A1976;
}
</style>