Shades of Indigo #4C0E97
Tints of Indigo #4C0E97
RGB
CMYK
RGB Variations
Color information
#4C0E97 (or 0x4C0E97) is known color: Indigo. HEX triplet: 4C, 0E and 97. RGB value is (76,14,151). Sum of RGB (Red+Green+Blue) = 76+14+151=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 151 (59.38% from 255 or 62.66% from 241); Max value from RGB is 151 - color contains mainly: blue. Hex color #4C0E97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0E97 is #B3F168. Grayscale: #2F2F2F. Windows color (decimal): -11792745 or 9899596. OLE color: 9899596.
HSL color Cylindrical-coordinate representation of color #4C0E97: hue angle of 267.15º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C0E97 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 76 | 14 | 151 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.41 |
| HSL | 267.15º | 0.83% | 0.32% | - |
| HSV(B) | 267.15º | 0.91% | 0.59% | - |
| XYZ | 8.72 | 4.08 | 29.61 | - |
| YUV | 48.16 | 186.04 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 14 | 151 | 0.50 | 0.91 | 0 | 0.41 | 267.15 | 0.83 | 0.32 |
| Hex | 4C | E | 97 | 32 | 5B | 0 | 29 | 10B | 53 | 20 |
| Octal | 114 | 16 | 227 | 62 | 133 | 0 | 51 | 413 | 123 | 40 |
| Binary | 1001100 | 1110 | 10010111 | 110010 | 1011011 | 0 | 101001 | 100001011 | 1010011 | 100000 |
Color Harmonies of #4C0E97
Complementary color
Monochromatic Colors of #4C0E97
Black with #4C0E97
Text Example
Text Example
White with #4C0E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0E97; }
p { color: rgb(76,14,151); }
H1.HeaderClassName
{
color: #4C0E97;
}
.AnyTagClassName
{
color: #4C0E97;
}
</style>
background-color css
<style>
a { background-color: #4C0E97; }
a { background-color: rgb(76,14,151); }
div.DivClassName
{
background-color: #4C0E97;
}
.BgClassName
{
background-color: #4C0E97;
}
</style>
border-color css
<style>
span { border-color: #4C0E97; }
span { border-color: rgb(76,14,151); }
td.TdClassName
{
border-color: #4C0E97;
}
.TagClassName
{
border-color: #4C0E97;
}
</style>