Shades of Indigo #4C0EAA
Tints of Indigo #4C0EAA
RGB
CMYK
RGB Variations
Color information
#4C0EAA (or 0x4C0EAA) is known color: Indigo. HEX triplet: 4C, 0E and AA. RGB value is (76,14,170). Sum of RGB (Red+Green+Blue) = 76+14+170=260 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.23% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C0EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0EAA is #B3F155. Grayscale: #313131. Windows color (decimal): -11792726 or 11144780. OLE color: 11144780.
HSL color Cylindrical-coordinate representation of color #4C0EAA: hue angle of 263.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0EAA is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 14 | 170 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.33 |
| HSL | 263.85º | 0.85% | 0.36% | - |
| HSV(B) | 263.85º | 0.92% | 0.67% | - |
| XYZ | 10.39 | 4.75 | 38.4 | - |
| YUV | 50.32 | 195.54 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 170 | 0.55 | 0.92 | 0 | 0.33 | 263.85 | 0.85 | 0.36 |
| Hex | 4C | E | AA | 37 | 5C | 0 | 21 | 108 | 55 | 24 |
| Octal | 114 | 16 | 252 | 67 | 134 | 0 | 41 | 410 | 125 | 44 |
| Binary | 1001100 | 1110 | 10101010 | 110111 | 1011100 | 0 | 100001 | 100001000 | 1010101 | 100100 |
Color Harmonies of #4C0EAA
Complementary color
Monochromatic Colors of #4C0EAA
Black with #4C0EAA
Text Example
Text Example
White with #4C0EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0EAA; }
p { color: rgb(76,14,170); }
H1.HeaderClassName
{
color: #4C0EAA;
}
.AnyTagClassName
{
color: #4C0EAA;
}
</style>
background-color css
<style>
a { background-color: #4C0EAA; }
a { background-color: rgb(76,14,170); }
div.DivClassName
{
background-color: #4C0EAA;
}
.BgClassName
{
background-color: #4C0EAA;
}
</style>
border-color css
<style>
span { border-color: #4C0EAA; }
span { border-color: rgb(76,14,170); }
td.TdClassName
{
border-color: #4C0EAA;
}
.TagClassName
{
border-color: #4C0EAA;
}
</style>