Shades of Indigo #4E0076
Tints of Indigo #4E0076
RGB
CMYK
RGB Variations
Color information
#4E0076 (or 0x4E0076) is known color: Indigo. HEX triplet: 4E, 00 and 76. RGB value is (78,0,118). Sum of RGB (Red+Green+Blue) = 78+0+118=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E0076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0076 is #B1FF89. Grayscale: #242424. Windows color (decimal): -11665290 or 7733326. OLE color: 7733326.
HSL color Cylindrical-coordinate representation of color #4E0076: hue angle of 279.66º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0076 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 0 | 118 | - |
| CMYK | 0.34 | 1 | 0 | 0.54 |
| HSL | 279.66º | 1% | 0.23% | - |
| HSV(B) | 279.66º | 1% | 0.46% | - |
| XYZ | 6.41 | 2.93 | 17.37 | - |
| YUV | 36.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 118 | 0.34 | 1 | 0 | 0.54 | 279.66 | 1 | 0.23 |
| Hex | 4E | 0 | 76 | 22 | 64 | 0 | 36 | 118 | 64 | 17 |
| Octal | 116 | 0 | 166 | 42 | 144 | 0 | 66 | 430 | 144 | 27 |
| Binary | 1001110 | 0 | 1110110 | 100010 | 1100100 | 0 | 110110 | 100011000 | 1100100 | 10111 |
Color Harmonies of #4E0076
Complementary color
Monochromatic Colors of #4E0076
Black with #4E0076
Text Example
Text Example
White with #4E0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0076; }
p { color: rgb(78,0,118); }
H1.HeaderClassName
{
color: #4E0076;
}
.AnyTagClassName
{
color: #4E0076;
}
</style>
background-color css
<style>
a { background-color: #4E0076; }
a { background-color: rgb(78,0,118); }
div.DivClassName
{
background-color: #4E0076;
}
.BgClassName
{
background-color: #4E0076;
}
</style>
border-color css
<style>
span { border-color: #4E0076; }
span { border-color: rgb(78,0,118); }
td.TdClassName
{
border-color: #4E0076;
}
.TagClassName
{
border-color: #4E0076;
}
</style>