Shades of Indigo #5A199A
Tints of Indigo #5A199A
RGB
CMYK
RGB Variations
Color information
#5A199A (or 0x5A199A) is known color: Indigo. HEX triplet: 5A, 19 and 9A. RGB value is (90,25,154). Sum of RGB (Red+Green+Blue) = 90+25+154=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A199A is #A5E665. Grayscale: #3A3A3A. Windows color (decimal): -10872422 or 10099034. OLE color: 10099034.
HSL color Cylindrical-coordinate representation of color #5A199A: hue angle of 270.23º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A199A is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 25 | 154 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.40 |
| HSL | 270.23º | 0.72% | 0.35% | - |
| HSV(B) | 270.23º | 0.84% | 0.6% | - |
| XYZ | 10.4 | 5.2 | 31.03 | - |
| YUV | 59.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 154 | 0.42 | 0.84 | 0 | 0.40 | 270.23 | 0.72 | 0.35 |
| Hex | 5A | 19 | 9A | 2A | 54 | 0 | 28 | 10E | 48 | 23 |
| Octal | 132 | 31 | 232 | 52 | 124 | 0 | 50 | 416 | 110 | 43 |
| Binary | 1011010 | 11001 | 10011010 | 101010 | 1010100 | 0 | 101000 | 100001110 | 1001000 | 100011 |
Color Harmonies of #5A199A
Complementary color
Monochromatic Colors of #5A199A
Black with #5A199A
Text Example
Text Example
White with #5A199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A199A; }
p { color: rgb(90,25,154); }
H1.HeaderClassName
{
color: #5A199A;
}
.AnyTagClassName
{
color: #5A199A;
}
</style>
background-color css
<style>
a { background-color: #5A199A; }
a { background-color: rgb(90,25,154); }
div.DivClassName
{
background-color: #5A199A;
}
.BgClassName
{
background-color: #5A199A;
}
</style>
border-color css
<style>
span { border-color: #5A199A; }
span { border-color: rgb(90,25,154); }
td.TdClassName
{
border-color: #5A199A;
}
.TagClassName
{
border-color: #5A199A;
}
</style>