Shades of Indigo #4D0E6F
Tints of Indigo #4D0E6F
RGB
CMYK
RGB Variations
Color information
#4D0E6F (or 0x4D0E6F) is known color: Indigo. HEX triplet: 4D, 0E and 6F. RGB value is (77,14,111). Sum of RGB (Red+Green+Blue) = 77+14+111=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D0E6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0E6F is #B2F190. Grayscale: #2B2B2B. Windows color (decimal): -11727249 or 7278157. OLE color: 7278157.
HSL color Cylindrical-coordinate representation of color #4D0E6F: hue angle of 278.97º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D0E6F is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 14 | 111 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.56 |
| HSL | 278.97º | 0.78% | 0.25% | - |
| HSV(B) | 278.97º | 0.87% | 0.44% | - |
| XYZ | 6.09 | 3.04 | 15.3 | - |
| YUV | 43.9 | 165.87 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 111 | 0.31 | 0.87 | 0 | 0.56 | 278.97 | 0.78 | 0.25 |
| Hex | 4D | E | 6F | 1F | 57 | 0 | 38 | 117 | 4E | 19 |
| Octal | 115 | 16 | 157 | 37 | 127 | 0 | 70 | 427 | 116 | 31 |
| Binary | 1001101 | 1110 | 1101111 | 11111 | 1010111 | 0 | 111000 | 100010111 | 1001110 | 11001 |
Color Harmonies of #4D0E6F
Complementary color
Monochromatic Colors of #4D0E6F
Black with #4D0E6F
Text Example
Text Example
White with #4D0E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E6F; }
p { color: rgb(77,14,111); }
H1.HeaderClassName
{
color: #4D0E6F;
}
.AnyTagClassName
{
color: #4D0E6F;
}
</style>
background-color css
<style>
a { background-color: #4D0E6F; }
a { background-color: rgb(77,14,111); }
div.DivClassName
{
background-color: #4D0E6F;
}
.BgClassName
{
background-color: #4D0E6F;
}
</style>
border-color css
<style>
span { border-color: #4D0E6F; }
span { border-color: rgb(77,14,111); }
td.TdClassName
{
border-color: #4D0E6F;
}
.TagClassName
{
border-color: #4D0E6F;
}
</style>