Shades of Indigo #5A199D
Tints of Indigo #5A199D
RGB
CMYK
RGB Variations
Color information
#5A199D (or 0x5A199D) is known color: Indigo. HEX triplet: 5A, 19 and 9D. RGB value is (90,25,157). Sum of RGB (Red+Green+Blue) = 90+25+157=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A199D is #A5E662. Grayscale: #3B3B3B. Windows color (decimal): -10872419 or 10295642. OLE color: 10295642.
HSL color Cylindrical-coordinate representation of color #5A199D: hue angle of 269.55º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A199D is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 25 | 157 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.38 |
| HSL | 269.55º | 0.73% | 0.36% | - |
| HSV(B) | 269.55º | 0.84% | 0.62% | - |
| XYZ | 10.65 | 5.3 | 32.36 | - |
| YUV | 59.48 | 183.03 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 157 | 0.43 | 0.84 | 0 | 0.38 | 269.55 | 0.73 | 0.36 |
| Hex | 5A | 19 | 9D | 2B | 54 | 0 | 26 | 10E | 49 | 24 |
| Octal | 132 | 31 | 235 | 53 | 124 | 0 | 46 | 416 | 111 | 44 |
| Binary | 1011010 | 11001 | 10011101 | 101011 | 1010100 | 0 | 100110 | 100001110 | 1001001 | 100100 |
Color Harmonies of #5A199D
Complementary color
Monochromatic Colors of #5A199D
Black with #5A199D
Text Example
Text Example
White with #5A199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A199D; }
p { color: rgb(90,25,157); }
H1.HeaderClassName
{
color: #5A199D;
}
.AnyTagClassName
{
color: #5A199D;
}
</style>
background-color css
<style>
a { background-color: #5A199D; }
a { background-color: rgb(90,25,157); }
div.DivClassName
{
background-color: #5A199D;
}
.BgClassName
{
background-color: #5A199D;
}
</style>
border-color css
<style>
span { border-color: #5A199D; }
span { border-color: rgb(90,25,157); }
td.TdClassName
{
border-color: #5A199D;
}
.TagClassName
{
border-color: #5A199D;
}
</style>