Shades of Indigo #5A047F
Tints of Indigo #5A047F
RGB
CMYK
RGB Variations
Color information
#5A047F (or 0x5A047F) is known color: Indigo. HEX triplet: 5A, 04 and 7F. RGB value is (90,4,127). Sum of RGB (Red+Green+Blue) = 90+4+127=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A047F is #A5FB80. Grayscale: #2B2B2B. Windows color (decimal): -10877825 or 8324186. OLE color: 8324186.
HSL color Cylindrical-coordinate representation of color #5A047F: hue angle of 281.95º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A047F is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 4 | 127 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.50 |
| HSL | 281.95º | 0.94% | 0.26% | - |
| HSV(B) | 281.95º | 0.97% | 0.5% | - |
| XYZ | 8.09 | 3.79 | 20.38 | - |
| YUV | 43.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 127 | 0.29 | 0.97 | 0 | 0.50 | 281.95 | 0.94 | 0.26 |
| Hex | 5A | 4 | 7F | 1D | 61 | 0 | 32 | 11A | 5E | 1A |
| Octal | 132 | 4 | 177 | 35 | 141 | 0 | 62 | 432 | 136 | 32 |
| Binary | 1011010 | 100 | 1111111 | 11101 | 1100001 | 0 | 110010 | 100011010 | 1011110 | 11010 |
Color Harmonies of #5A047F
Complementary color
Monochromatic Colors of #5A047F
Black with #5A047F
Text Example
Text Example
White with #5A047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A047F; }
p { color: rgb(90,4,127); }
H1.HeaderClassName
{
color: #5A047F;
}
.AnyTagClassName
{
color: #5A047F;
}
</style>
background-color css
<style>
a { background-color: #5A047F; }
a { background-color: rgb(90,4,127); }
div.DivClassName
{
background-color: #5A047F;
}
.BgClassName
{
background-color: #5A047F;
}
</style>
border-color css
<style>
span { border-color: #5A047F; }
span { border-color: rgb(90,4,127); }
td.TdClassName
{
border-color: #5A047F;
}
.TagClassName
{
border-color: #5A047F;
}
</style>