Shades of Indigo #5A048D
Tints of Indigo #5A048D
RGB
CMYK
RGB Variations
Color information
#5A048D (or 0x5A048D) is known color: Indigo. HEX triplet: 5A, 04 and 8D. RGB value is (90,4,141). Sum of RGB (Red+Green+Blue) = 90+4+141=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A048D is #A5FB72. Grayscale: #2C2C2C. Windows color (decimal): -10877811 or 9241690. OLE color: 9241690.
HSL color Cylindrical-coordinate representation of color #5A048D: hue angle of 277.66º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A048D is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 4 | 141 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.45 |
| HSL | 277.66º | 0.94% | 0.28% | - |
| HSV(B) | 277.66º | 0.97% | 0.55% | - |
| XYZ | 9.07 | 4.18 | 25.53 | - |
| YUV | 45.33 | 181.99 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 141 | 0.36 | 0.97 | 0 | 0.45 | 277.66 | 0.94 | 0.28 |
| Hex | 5A | 4 | 8D | 24 | 61 | 0 | 2D | 116 | 5E | 1C |
| Octal | 132 | 4 | 215 | 44 | 141 | 0 | 55 | 426 | 136 | 34 |
| Binary | 1011010 | 100 | 10001101 | 100100 | 1100001 | 0 | 101101 | 100010110 | 1011110 | 11100 |
Color Harmonies of #5A048D
Complementary color
Monochromatic Colors of #5A048D
Black with #5A048D
Text Example
Text Example
White with #5A048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A048D; }
p { color: rgb(90,4,141); }
H1.HeaderClassName
{
color: #5A048D;
}
.AnyTagClassName
{
color: #5A048D;
}
</style>
background-color css
<style>
a { background-color: #5A048D; }
a { background-color: rgb(90,4,141); }
div.DivClassName
{
background-color: #5A048D;
}
.BgClassName
{
background-color: #5A048D;
}
</style>
border-color css
<style>
span { border-color: #5A048D; }
span { border-color: rgb(90,4,141); }
td.TdClassName
{
border-color: #5A048D;
}
.TagClassName
{
border-color: #5A048D;
}
</style>