Shades of Indigo #5F0AA1
Tints of Indigo #5F0AA1
RGB
CMYK
RGB Variations
Color information
#5F0AA1 (or 0x5F0AA1) is known color: Indigo. HEX triplet: 5F, 0A and A1. RGB value is (95,10,161). Sum of RGB (Red+Green+Blue) = 95+10+161=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 161 (63.28% from 255 or 60.53% from 266); Max value from RGB is 161 - color contains mainly: blue. Hex color #5F0AA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0AA1 is #A0F55E. Grayscale: #343434. Windows color (decimal): -10548575 or 10553951. OLE color: 10553951.
HSL color Cylindrical-coordinate representation of color #5F0AA1: hue angle of 273.77º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0AA1 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 10 | 161 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.37 |
| HSL | 273.77º | 0.88% | 0.34% | - |
| HSV(B) | 273.77º | 0.94% | 0.63% | - |
| XYZ | 11.26 | 5.22 | 34.13 | - |
| YUV | 52.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 161 | 0.41 | 0.94 | 0 | 0.37 | 273.77 | 0.88 | 0.34 |
| Hex | 5F | A | A1 | 29 | 5E | 0 | 25 | 112 | 58 | 22 |
| Octal | 137 | 12 | 241 | 51 | 136 | 0 | 45 | 422 | 130 | 42 |
| Binary | 1011111 | 1010 | 10100001 | 101001 | 1011110 | 0 | 100101 | 100010010 | 1011000 | 100010 |
Color Harmonies of #5F0AA1
Complementary color
Monochromatic Colors of #5F0AA1
Black with #5F0AA1
Text Example
Text Example
White with #5F0AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0AA1; }
p { color: rgb(95,10,161); }
H1.HeaderClassName
{
color: #5F0AA1;
}
.AnyTagClassName
{
color: #5F0AA1;
}
</style>
background-color css
<style>
a { background-color: #5F0AA1; }
a { background-color: rgb(95,10,161); }
div.DivClassName
{
background-color: #5F0AA1;
}
.BgClassName
{
background-color: #5F0AA1;
}
</style>
border-color css
<style>
span { border-color: #5F0AA1; }
span { border-color: rgb(95,10,161); }
td.TdClassName
{
border-color: #5F0AA1;
}
.TagClassName
{
border-color: #5F0AA1;
}
</style>