Shades of Indigo #4E077F
Tints of Indigo #4E077F
RGB
CMYK
RGB Variations
Color information
#4E077F (or 0x4E077F) is known color: Indigo. HEX triplet: 4E, 07 and 7F. RGB value is (78,7,127). Sum of RGB (Red+Green+Blue) = 78+7+127=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E077F is #B1F880. Grayscale: #292929. Windows color (decimal): -11663489 or 8324942. OLE color: 8324942.
HSL color Cylindrical-coordinate representation of color #4E077F: hue angle of 275.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E077F is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 7 | 127 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.50 |
| HSL | 275.5º | 0.9% | 0.26% | - |
| HSV(B) | 275.5º | 0.94% | 0.5% | - |
| XYZ | 7.05 | 3.3 | 20.34 | - |
| YUV | 41.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 127 | 0.39 | 0.94 | 0 | 0.50 | 275.5 | 0.9 | 0.26 |
| Hex | 4E | 7 | 7F | 27 | 5E | 0 | 32 | 114 | 5A | 1A |
| Octal | 116 | 7 | 177 | 47 | 136 | 0 | 62 | 424 | 132 | 32 |
| Binary | 1001110 | 111 | 1111111 | 100111 | 1011110 | 0 | 110010 | 100010100 | 1011010 | 11010 |
Color Harmonies of #4E077F
Complementary color
Monochromatic Colors of #4E077F
Black with #4E077F
Text Example
Text Example
White with #4E077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E077F; }
p { color: rgb(78,7,127); }
H1.HeaderClassName
{
color: #4E077F;
}
.AnyTagClassName
{
color: #4E077F;
}
</style>
background-color css
<style>
a { background-color: #4E077F; }
a { background-color: rgb(78,7,127); }
div.DivClassName
{
background-color: #4E077F;
}
.BgClassName
{
background-color: #4E077F;
}
</style>
border-color css
<style>
span { border-color: #4E077F; }
span { border-color: rgb(78,7,127); }
td.TdClassName
{
border-color: #4E077F;
}
.TagClassName
{
border-color: #4E077F;
}
</style>