Shades of Indigo #4C0CAC
Tints of Indigo #4C0CAC
RGB
CMYK
RGB Variations
Color information
#4C0CAC (or 0x4C0CAC) is known color: Indigo. HEX triplet: 4C, 0C and AC. RGB value is (76,12,172). Sum of RGB (Red+Green+Blue) = 76+12+172=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C0CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0CAC is #B3F353. Grayscale: #303030. Windows color (decimal): -11793236 or 11275340. OLE color: 11275340.
HSL color Cylindrical-coordinate representation of color #4C0CAC: hue angle of 264º 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 #4C0CAC is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 12 | 172 | - |
| CMYK | 0.56 | 0.93 | 0 | 0.33 |
| HSL | 264º | 0.87% | 0.36% | - |
| HSV(B) | 264º | 0.93% | 0.67% | - |
| XYZ | 10.56 | 4.78 | 39.4 | - |
| YUV | 49.38 | 197.2 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 12 | 172 | 0.56 | 0.93 | 0 | 0.33 | 264 | 0.87 | 0.36 |
| Hex | 4C | C | AC | 38 | 5D | 0 | 21 | 108 | 57 | 24 |
| Octal | 114 | 14 | 254 | 70 | 135 | 0 | 41 | 410 | 127 | 44 |
| Binary | 1001100 | 1100 | 10101100 | 111000 | 1011101 | 0 | 100001 | 100001000 | 1010111 | 100100 |
Color Harmonies of #4C0CAC
Complementary color
Monochromatic Colors of #4C0CAC
Black with #4C0CAC
Text Example
Text Example
White with #4C0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0CAC; }
p { color: rgb(76,12,172); }
H1.HeaderClassName
{
color: #4C0CAC;
}
.AnyTagClassName
{
color: #4C0CAC;
}
</style>
background-color css
<style>
a { background-color: #4C0CAC; }
a { background-color: rgb(76,12,172); }
div.DivClassName
{
background-color: #4C0CAC;
}
.BgClassName
{
background-color: #4C0CAC;
}
</style>
border-color css
<style>
span { border-color: #4C0CAC; }
span { border-color: rgb(76,12,172); }
td.TdClassName
{
border-color: #4C0CAC;
}
.TagClassName
{
border-color: #4C0CAC;
}
</style>