Shades of Indigo #5A118F
Tints of Indigo #5A118F
RGB
CMYK
RGB Variations
Color information
#5A118F (or 0x5A118F) is known color: Indigo. HEX triplet: 5A, 11 and 8F. RGB value is (90,17,143). Sum of RGB (Red+Green+Blue) = 90+17+143=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A118F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A118F is #A5EE70. Grayscale: #343434. Windows color (decimal): -10874481 or 9376090. OLE color: 9376090.
HSL color Cylindrical-coordinate representation of color #5A118F: hue angle of 274.76º 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 #5A118F is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 17 | 143 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.44 |
| HSL | 274.76º | 0.79% | 0.31% | - |
| HSV(B) | 274.76º | 0.88% | 0.56% | - |
| XYZ | 9.37 | 4.56 | 26.37 | - |
| YUV | 53.19 | 178.68 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 17 | 143 | 0.37 | 0.88 | 0 | 0.44 | 274.76 | 0.79 | 0.31 |
| Hex | 5A | 11 | 8F | 25 | 58 | 0 | 2C | 113 | 4F | 1F |
| Octal | 132 | 21 | 217 | 45 | 130 | 0 | 54 | 423 | 117 | 37 |
| Binary | 1011010 | 10001 | 10001111 | 100101 | 1011000 | 0 | 101100 | 100010011 | 1001111 | 11111 |
Color Harmonies of #5A118F
Complementary color
Monochromatic Colors of #5A118F
Black with #5A118F
Text Example
Text Example
White with #5A118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A118F; }
p { color: rgb(90,17,143); }
H1.HeaderClassName
{
color: #5A118F;
}
.AnyTagClassName
{
color: #5A118F;
}
</style>
background-color css
<style>
a { background-color: #5A118F; }
a { background-color: rgb(90,17,143); }
div.DivClassName
{
background-color: #5A118F;
}
.BgClassName
{
background-color: #5A118F;
}
</style>
border-color css
<style>
span { border-color: #5A118F; }
span { border-color: rgb(90,17,143); }
td.TdClassName
{
border-color: #5A118F;
}
.TagClassName
{
border-color: #5A118F;
}
</style>