Shades of Indigo #5A046F
Tints of Indigo #5A046F
RGB
CMYK
RGB Variations
Color information
#5A046F (or 0x5A046F) is known color: Indigo. HEX triplet: 5A, 04 and 6F. RGB value is (90,4,111). Sum of RGB (Red+Green+Blue) = 90+4+111=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A046F is #A5FB90. Grayscale: #292929. Windows color (decimal): -10877841 or 7275610. OLE color: 7275610.
HSL color Cylindrical-coordinate representation of color #5A046F: hue angle of 288.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A046F is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 4 | 111 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.56 |
| HSL | 288.22º | 0.93% | 0.23% | - |
| HSV(B) | 288.22º | 0.96% | 0.44% | - |
| XYZ | 7.13 | 3.41 | 15.32 | - |
| YUV | 41.91 | 166.99 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 111 | 0.19 | 0.96 | 0 | 0.56 | 288.22 | 0.93 | 0.23 |
| Hex | 5A | 4 | 6F | 13 | 60 | 0 | 38 | 120 | 5D | 17 |
| Octal | 132 | 4 | 157 | 23 | 140 | 0 | 70 | 440 | 135 | 27 |
| Binary | 1011010 | 100 | 1101111 | 10011 | 1100000 | 0 | 111000 | 100100000 | 1011101 | 10111 |
Color Harmonies of #5A046F
Complementary color
Monochromatic Colors of #5A046F
Black with #5A046F
Text Example
Text Example
White with #5A046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A046F; }
p { color: rgb(90,4,111); }
H1.HeaderClassName
{
color: #5A046F;
}
.AnyTagClassName
{
color: #5A046F;
}
</style>
background-color css
<style>
a { background-color: #5A046F; }
a { background-color: rgb(90,4,111); }
div.DivClassName
{
background-color: #5A046F;
}
.BgClassName
{
background-color: #5A046F;
}
</style>
border-color css
<style>
span { border-color: #5A046F; }
span { border-color: rgb(90,4,111); }
td.TdClassName
{
border-color: #5A046F;
}
.TagClassName
{
border-color: #5A046F;
}
</style>