Shades of Indigo #5A1195
Tints of Indigo #5A1195
RGB
CMYK
RGB Variations
Color information
#5A1195 (or 0x5A1195) is known color: Indigo. HEX triplet: 5A, 11 and 95. RGB value is (90,17,149). Sum of RGB (Red+Green+Blue) = 90+17+149=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A1195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1195 is #A5EE6A. Grayscale: #353535. Windows color (decimal): -10874475 or 9769306. OLE color: 9769306.
HSL color Cylindrical-coordinate representation of color #5A1195: hue angle of 273.18º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1195 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 17 | 149 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.42 |
| HSL | 273.18º | 0.8% | 0.33% | - |
| HSV(B) | 273.18º | 0.89% | 0.58% | - |
| XYZ | 9.84 | 4.74 | 28.83 | - |
| YUV | 53.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 149 | 0.40 | 0.89 | 0 | 0.42 | 273.18 | 0.8 | 0.33 |
| Hex | 5A | 11 | 95 | 28 | 59 | 0 | 2A | 111 | 50 | 21 |
| Octal | 132 | 21 | 225 | 50 | 131 | 0 | 52 | 421 | 120 | 41 |
| Binary | 1011010 | 10001 | 10010101 | 101000 | 1011001 | 0 | 101010 | 100010001 | 1010000 | 100001 |
Color Harmonies of #5A1195
Complementary color
Monochromatic Colors of #5A1195
Black with #5A1195
Text Example
Text Example
White with #5A1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1195; }
p { color: rgb(90,17,149); }
H1.HeaderClassName
{
color: #5A1195;
}
.AnyTagClassName
{
color: #5A1195;
}
</style>
background-color css
<style>
a { background-color: #5A1195; }
a { background-color: rgb(90,17,149); }
div.DivClassName
{
background-color: #5A1195;
}
.BgClassName
{
background-color: #5A1195;
}
</style>
border-color css
<style>
span { border-color: #5A1195; }
span { border-color: rgb(90,17,149); }
td.TdClassName
{
border-color: #5A1195;
}
.TagClassName
{
border-color: #5A1195;
}
</style>