Shades of Indigo #5A1197
Tints of Indigo #5A1197
RGB
CMYK
RGB Variations
Color information
#5A1197 (or 0x5A1197) is known color: Indigo. HEX triplet: 5A, 11 and 97. RGB value is (90,17,151). Sum of RGB (Red+Green+Blue) = 90+17+151=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A1197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1197 is #A5EE68. Grayscale: #353535. Windows color (decimal): -10874473 or 9900378. OLE color: 9900378.
HSL color Cylindrical-coordinate representation of color #5A1197: hue angle of 272.69º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1197 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 17 | 151 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.41 |
| HSL | 272.69º | 0.8% | 0.33% | - |
| HSV(B) | 272.69º | 0.89% | 0.59% | - |
| XYZ | 10 | 4.81 | 29.68 | - |
| YUV | 54.1 | 182.68 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 151 | 0.40 | 0.89 | 0 | 0.41 | 272.69 | 0.8 | 0.33 |
| Hex | 5A | 11 | 97 | 28 | 59 | 0 | 29 | 111 | 50 | 21 |
| Octal | 132 | 21 | 227 | 50 | 131 | 0 | 51 | 421 | 120 | 41 |
| Binary | 1011010 | 10001 | 10010111 | 101000 | 1011001 | 0 | 101001 | 100010001 | 1010000 | 100001 |
Color Harmonies of #5A1197
Complementary color
Monochromatic Colors of #5A1197
Black with #5A1197
Text Example
Text Example
White with #5A1197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1197; }
p { color: rgb(90,17,151); }
H1.HeaderClassName
{
color: #5A1197;
}
.AnyTagClassName
{
color: #5A1197;
}
</style>
background-color css
<style>
a { background-color: #5A1197; }
a { background-color: rgb(90,17,151); }
div.DivClassName
{
background-color: #5A1197;
}
.BgClassName
{
background-color: #5A1197;
}
</style>
border-color css
<style>
span { border-color: #5A1197; }
span { border-color: rgb(90,17,151); }
td.TdClassName
{
border-color: #5A1197;
}
.TagClassName
{
border-color: #5A1197;
}
</style>