Shades of Indigo #4C0AA1
Tints of Indigo #4C0AA1
RGB
CMYK
RGB Variations
Color information
#4C0AA1 (or 0x4C0AA1) is known color: Indigo. HEX triplet: 4C, 0A and A1. RGB value is (76,10,161). Sum of RGB (Red+Green+Blue) = 76+10+161=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #4C0AA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0AA1 is #B3F55E. Grayscale: #2E2E2E. Windows color (decimal): -11793759 or 10553932. OLE color: 10553932.
HSL color Cylindrical-coordinate representation of color #4C0AA1: hue angle of 266.23º 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 #4C0AA1 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 10 | 161 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.37 |
| HSL | 266.23º | 0.88% | 0.34% | - |
| HSV(B) | 266.23º | 0.94% | 0.63% | - |
| XYZ | 9.52 | 4.33 | 34.05 | - |
| YUV | 46.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 10 | 161 | 0.53 | 0.94 | 0 | 0.37 | 266.23 | 0.88 | 0.34 |
| Hex | 4C | A | A1 | 35 | 5E | 0 | 25 | 10A | 58 | 22 |
| Octal | 114 | 12 | 241 | 65 | 136 | 0 | 45 | 412 | 130 | 42 |
| Binary | 1001100 | 1010 | 10100001 | 110101 | 1011110 | 0 | 100101 | 100001010 | 1011000 | 100010 |
Color Harmonies of #4C0AA1
Complementary color
Monochromatic Colors of #4C0AA1
Black with #4C0AA1
Text Example
Text Example
White with #4C0AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0AA1; }
p { color: rgb(76,10,161); }
H1.HeaderClassName
{
color: #4C0AA1;
}
.AnyTagClassName
{
color: #4C0AA1;
}
</style>
background-color css
<style>
a { background-color: #4C0AA1; }
a { background-color: rgb(76,10,161); }
div.DivClassName
{
background-color: #4C0AA1;
}
.BgClassName
{
background-color: #4C0AA1;
}
</style>
border-color css
<style>
span { border-color: #4C0AA1; }
span { border-color: rgb(76,10,161); }
td.TdClassName
{
border-color: #4C0AA1;
}
.TagClassName
{
border-color: #4C0AA1;
}
</style>