Shades of Indigo #4D0EA8
Tints of Indigo #4D0EA8
RGB
CMYK
RGB Variations
Color information
#4D0EA8 (or 0x4D0EA8) is known color: Indigo. HEX triplet: 4D, 0E and A8. RGB value is (77,14,168). Sum of RGB (Red+Green+Blue) = 77+14+168=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 168 (66.02% from 255 or 64.86% from 259); Max value from RGB is 168 - color contains mainly: blue. Hex color #4D0EA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0EA8 is #B2F157. Grayscale: #313131. Windows color (decimal): -11727192 or 11013709. OLE color: 11013709.
HSL color Cylindrical-coordinate representation of color #4D0EA8: hue angle of 264.55º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0EA8 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 14 | 168 | - |
| CMYK | 0.54 | 0.92 | 0 | 0.34 |
| HSL | 264.55º | 0.85% | 0.36% | - |
| HSV(B) | 264.55º | 0.92% | 0.66% | - |
| XYZ | 10.29 | 4.72 | 37.41 | - |
| YUV | 50.39 | 194.37 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 168 | 0.54 | 0.92 | 0 | 0.34 | 264.55 | 0.85 | 0.36 |
| Hex | 4D | E | A8 | 36 | 5C | 0 | 22 | 109 | 55 | 24 |
| Octal | 115 | 16 | 250 | 66 | 134 | 0 | 42 | 411 | 125 | 44 |
| Binary | 1001101 | 1110 | 10101000 | 110110 | 1011100 | 0 | 100010 | 100001001 | 1010101 | 100100 |
Color Harmonies of #4D0EA8
Complementary color
Monochromatic Colors of #4D0EA8
Black with #4D0EA8
Text Example
Text Example
White with #4D0EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0EA8; }
p { color: rgb(77,14,168); }
H1.HeaderClassName
{
color: #4D0EA8;
}
.AnyTagClassName
{
color: #4D0EA8;
}
</style>
background-color css
<style>
a { background-color: #4D0EA8; }
a { background-color: rgb(77,14,168); }
div.DivClassName
{
background-color: #4D0EA8;
}
.BgClassName
{
background-color: #4D0EA8;
}
</style>
border-color css
<style>
span { border-color: #4D0EA8; }
span { border-color: rgb(77,14,168); }
td.TdClassName
{
border-color: #4D0EA8;
}
.TagClassName
{
border-color: #4D0EA8;
}
</style>