Shades of Indigo #4C0CAA
Tints of Indigo #4C0CAA
RGB
CMYK
RGB Variations
Color information
#4C0CAA (or 0x4C0CAA) is known color: Indigo. HEX triplet: 4C, 0C and AA. RGB value is (76,12,170). Sum of RGB (Red+Green+Blue) = 76+12+170=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 12 (5.08% from 255 or 4.65% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C0CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0CAA is #B3F355. Grayscale: #303030. Windows color (decimal): -11793238 or 11144268. OLE color: 11144268.
HSL color Cylindrical-coordinate representation of color #4C0CAA: hue angle of 264.3º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0CAA is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 12 | 170 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.33 |
| HSL | 264.3º | 0.87% | 0.36% | - |
| HSV(B) | 264.3º | 0.93% | 0.67% | - |
| XYZ | 10.37 | 4.7 | 38.39 | - |
| YUV | 49.15 | 196.2 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 170 | 0.55 | 0.93 | 0 | 0.33 | 264.3 | 0.87 | 0.36 |
| Hex | 4C | C | AA | 37 | 5D | 0 | 21 | 108 | 57 | 24 |
| Octal | 114 | 14 | 252 | 67 | 135 | 0 | 41 | 410 | 127 | 44 |
| Binary | 1001100 | 1100 | 10101010 | 110111 | 1011101 | 0 | 100001 | 100001000 | 1010111 | 100100 |
Color Harmonies of #4C0CAA
Complementary color
Monochromatic Colors of #4C0CAA
Black with #4C0CAA
Text Example
Text Example
White with #4C0CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CAA; }
p { color: rgb(76,12,170); }
H1.HeaderClassName
{
color: #4C0CAA;
}
.AnyTagClassName
{
color: #4C0CAA;
}
</style>
background-color css
<style>
a { background-color: #4C0CAA; }
a { background-color: rgb(76,12,170); }
div.DivClassName
{
background-color: #4C0CAA;
}
.BgClassName
{
background-color: #4C0CAA;
}
</style>
border-color css
<style>
span { border-color: #4C0CAA; }
span { border-color: rgb(76,12,170); }
td.TdClassName
{
border-color: #4C0CAA;
}
.TagClassName
{
border-color: #4C0CAA;
}
</style>