Shades of Indigo #5A048E
Tints of Indigo #5A048E
RGB
CMYK
RGB Variations
Color information
#5A048E (or 0x5A048E) is known color: Indigo. HEX triplet: 5A, 04 and 8E. RGB value is (90,4,142). Sum of RGB (Red+Green+Blue) = 90+4+142=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A048E is #A5FB71. Grayscale: #2C2C2C. Windows color (decimal): -10877810 or 9307226. OLE color: 9307226.
HSL color Cylindrical-coordinate representation of color #5A048E: hue angle of 277.39º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A048E is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 4 | 142 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.44 |
| HSL | 277.39º | 0.95% | 0.29% | - |
| HSV(B) | 277.39º | 0.97% | 0.56% | - |
| XYZ | 9.14 | 4.21 | 25.92 | - |
| YUV | 45.45 | 182.49 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 142 | 0.37 | 0.97 | 0 | 0.44 | 277.39 | 0.95 | 0.29 |
| Hex | 5A | 4 | 8E | 25 | 61 | 0 | 2C | 115 | 5F | 1D |
| Octal | 132 | 4 | 216 | 45 | 141 | 0 | 54 | 425 | 137 | 35 |
| Binary | 1011010 | 100 | 10001110 | 100101 | 1100001 | 0 | 101100 | 100010101 | 1011111 | 11101 |
Color Harmonies of #5A048E
Complementary color
Monochromatic Colors of #5A048E
Black with #5A048E
Text Example
Text Example
White with #5A048E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A048E; }
p { color: rgb(90,4,142); }
H1.HeaderClassName
{
color: #5A048E;
}
.AnyTagClassName
{
color: #5A048E;
}
</style>
background-color css
<style>
a { background-color: #5A048E; }
a { background-color: rgb(90,4,142); }
div.DivClassName
{
background-color: #5A048E;
}
.BgClassName
{
background-color: #5A048E;
}
</style>
border-color css
<style>
span { border-color: #5A048E; }
span { border-color: rgb(90,4,142); }
td.TdClassName
{
border-color: #5A048E;
}
.TagClassName
{
border-color: #5A048E;
}
</style>