Shades of Indigo #4C0E7E
Tints of Indigo #4C0E7E
RGB
CMYK
RGB Variations
Color information
#4C0E7E (or 0x4C0E7E) is known color: Indigo. HEX triplet: 4C, 0E and 7E. RGB value is (76,14,126). Sum of RGB (Red+Green+Blue) = 76+14+126=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 126 (49.61% from 255 or 58.33% from 216); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C0E7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0E7E is #B3F181. Grayscale: #2C2C2C. Windows color (decimal): -11792770 or 8261196. OLE color: 8261196.
HSL color Cylindrical-coordinate representation of color #4C0E7E: hue angle of 273.21º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C0E7E is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 14 | 126 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.51 |
| HSL | 273.21º | 0.8% | 0.27% | - |
| HSV(B) | 273.21º | 0.89% | 0.49% | - |
| XYZ | 6.9 | 3.36 | 20.02 | - |
| YUV | 45.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 126 | 0.40 | 0.89 | 0 | 0.51 | 273.21 | 0.8 | 0.27 |
| Hex | 4C | E | 7E | 28 | 59 | 0 | 33 | 111 | 50 | 1B |
| Octal | 114 | 16 | 176 | 50 | 131 | 0 | 63 | 421 | 120 | 33 |
| Binary | 1001100 | 1110 | 1111110 | 101000 | 1011001 | 0 | 110011 | 100010001 | 1010000 | 11011 |
Color Harmonies of #4C0E7E
Complementary color
Monochromatic Colors of #4C0E7E
Black with #4C0E7E
Text Example
Text Example
White with #4C0E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0E7E; }
p { color: rgb(76,14,126); }
H1.HeaderClassName
{
color: #4C0E7E;
}
.AnyTagClassName
{
color: #4C0E7E;
}
</style>
background-color css
<style>
a { background-color: #4C0E7E; }
a { background-color: rgb(76,14,126); }
div.DivClassName
{
background-color: #4C0E7E;
}
.BgClassName
{
background-color: #4C0E7E;
}
</style>
border-color css
<style>
span { border-color: #4C0E7E; }
span { border-color: rgb(76,14,126); }
td.TdClassName
{
border-color: #4C0E7E;
}
.TagClassName
{
border-color: #4C0E7E;
}
</style>