Shades of Indigo #5A049B
Tints of Indigo #5A049B
RGB
CMYK
RGB Variations
Color information
#5A049B (or 0x5A049B) is known color: Indigo. HEX triplet: 5A, 04 and 9B. RGB value is (90,4,155). Sum of RGB (Red+Green+Blue) = 90+4+155=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A049B is #A5FB64. Grayscale: #2E2E2E. Windows color (decimal): -10877797 or 10159194. OLE color: 10159194.
HSL color Cylindrical-coordinate representation of color #5A049B: hue angle of 274.17º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A049B is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 4 | 155 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.39 |
| HSL | 274.17º | 0.95% | 0.31% | - |
| HSV(B) | 274.17º | 0.97% | 0.61% | - |
| XYZ | 10.18 | 4.63 | 31.37 | - |
| YUV | 46.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 155 | 0.42 | 0.97 | 0 | 0.39 | 274.17 | 0.95 | 0.31 |
| Hex | 5A | 4 | 9B | 2A | 61 | 0 | 27 | 112 | 5F | 1F |
| Octal | 132 | 4 | 233 | 52 | 141 | 0 | 47 | 422 | 137 | 37 |
| Binary | 1011010 | 100 | 10011011 | 101010 | 1100001 | 0 | 100111 | 100010010 | 1011111 | 11111 |
Color Harmonies of #5A049B
Complementary color
Monochromatic Colors of #5A049B
Black with #5A049B
Text Example
Text Example
White with #5A049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A049B; }
p { color: rgb(90,4,155); }
H1.HeaderClassName
{
color: #5A049B;
}
.AnyTagClassName
{
color: #5A049B;
}
</style>
background-color css
<style>
a { background-color: #5A049B; }
a { background-color: rgb(90,4,155); }
div.DivClassName
{
background-color: #5A049B;
}
.BgClassName
{
background-color: #5A049B;
}
</style>
border-color css
<style>
span { border-color: #5A049B; }
span { border-color: rgb(90,4,155); }
td.TdClassName
{
border-color: #5A049B;
}
.TagClassName
{
border-color: #5A049B;
}
</style>