Shades of Indigo #5A118E
Tints of Indigo #5A118E
RGB
CMYK
RGB Variations
Color information
#5A118E (or 0x5A118E) is known color: Indigo. HEX triplet: 5A, 11 and 8E. RGB value is (90,17,142). Sum of RGB (Red+Green+Blue) = 90+17+142=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A118E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A118E is #A5EE71. Grayscale: #343434. Windows color (decimal): -10874482 or 9310554. OLE color: 9310554.
HSL color Cylindrical-coordinate representation of color #5A118E: hue angle of 275.04º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A118E is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 17 | 142 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.44 |
| HSL | 275.04º | 0.79% | 0.31% | - |
| HSV(B) | 275.04º | 0.88% | 0.56% | - |
| XYZ | 9.3 | 4.53 | 25.97 | - |
| YUV | 53.08 | 178.18 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 142 | 0.37 | 0.88 | 0 | 0.44 | 275.04 | 0.79 | 0.31 |
| Hex | 5A | 11 | 8E | 25 | 58 | 0 | 2C | 113 | 4F | 1F |
| Octal | 132 | 21 | 216 | 45 | 130 | 0 | 54 | 423 | 117 | 37 |
| Binary | 1011010 | 10001 | 10001110 | 100101 | 1011000 | 0 | 101100 | 100010011 | 1001111 | 11111 |
Color Harmonies of #5A118E
Complementary color
Monochromatic Colors of #5A118E
Black with #5A118E
Text Example
Text Example
White with #5A118E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A118E; }
p { color: rgb(90,17,142); }
H1.HeaderClassName
{
color: #5A118E;
}
.AnyTagClassName
{
color: #5A118E;
}
</style>
background-color css
<style>
a { background-color: #5A118E; }
a { background-color: rgb(90,17,142); }
div.DivClassName
{
background-color: #5A118E;
}
.BgClassName
{
background-color: #5A118E;
}
</style>
border-color css
<style>
span { border-color: #5A118E; }
span { border-color: rgb(90,17,142); }
td.TdClassName
{
border-color: #5A118E;
}
.TagClassName
{
border-color: #5A118E;
}
</style>