Shades of Indigo #4E0376
Tints of Indigo #4E0376
RGB
CMYK
RGB Variations
Color information
#4E0376 (or 0x4E0376) is known color: Indigo. HEX triplet: 4E, 03 and 76. RGB value is (78,3,118). Sum of RGB (Red+Green+Blue) = 78+3+118=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E0376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0376 is #B1FC89. Grayscale: #262626. Windows color (decimal): -11664522 or 7734094. OLE color: 7734094.
HSL color Cylindrical-coordinate representation of color #4E0376: hue angle of 279.13º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0376 is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 3 | 118 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.54 |
| HSL | 279.13º | 0.95% | 0.24% | - |
| HSV(B) | 279.13º | 0.97% | 0.46% | - |
| XYZ | 6.44 | 2.99 | 17.38 | - |
| YUV | 38.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 118 | 0.34 | 0.97 | 0 | 0.54 | 279.13 | 0.95 | 0.24 |
| Hex | 4E | 3 | 76 | 22 | 61 | 0 | 36 | 117 | 5F | 18 |
| Octal | 116 | 3 | 166 | 42 | 141 | 0 | 66 | 427 | 137 | 30 |
| Binary | 1001110 | 11 | 1110110 | 100010 | 1100001 | 0 | 110110 | 100010111 | 1011111 | 11000 |
Color Harmonies of #4E0376
Complementary color
Monochromatic Colors of #4E0376
Black with #4E0376
Text Example
Text Example
White with #4E0376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0376; }
p { color: rgb(78,3,118); }
H1.HeaderClassName
{
color: #4E0376;
}
.AnyTagClassName
{
color: #4E0376;
}
</style>
background-color css
<style>
a { background-color: #4E0376; }
a { background-color: rgb(78,3,118); }
div.DivClassName
{
background-color: #4E0376;
}
.BgClassName
{
background-color: #4E0376;
}
</style>
border-color css
<style>
span { border-color: #4E0376; }
span { border-color: rgb(78,3,118); }
td.TdClassName
{
border-color: #4E0376;
}
.TagClassName
{
border-color: #4E0376;
}
</style>