Shades of Indigo #4D0E97
Tints of Indigo #4D0E97
RGB
CMYK
RGB Variations
Color information
#4D0E97 (or 0x4D0E97) is known color: Indigo. HEX triplet: 4D, 0E and 97. RGB value is (77,14,151). Sum of RGB (Red+Green+Blue) = 77+14+151=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #4D0E97 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0E97 is #B2F168. Grayscale: #2F2F2F. Windows color (decimal): -11727209 or 9899597. OLE color: 9899597.
HSL color Cylindrical-coordinate representation of color #4D0E97: hue angle of 267.59º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0E97 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 14 | 151 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.41 |
| HSL | 267.59º | 0.83% | 0.32% | - |
| HSV(B) | 267.59º | 0.91% | 0.59% | - |
| XYZ | 8.8 | 4.13 | 29.61 | - |
| YUV | 48.46 | 185.87 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 151 | 0.49 | 0.91 | 0 | 0.41 | 267.59 | 0.83 | 0.32 |
| Hex | 4D | E | 97 | 31 | 5B | 0 | 29 | 10C | 53 | 20 |
| Octal | 115 | 16 | 227 | 61 | 133 | 0 | 51 | 414 | 123 | 40 |
| Binary | 1001101 | 1110 | 10010111 | 110001 | 1011011 | 0 | 101001 | 100001100 | 1010011 | 100000 |
Color Harmonies of #4D0E97
Complementary color
Monochromatic Colors of #4D0E97
Black with #4D0E97
Text Example
Text Example
White with #4D0E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E97; }
p { color: rgb(77,14,151); }
H1.HeaderClassName
{
color: #4D0E97;
}
.AnyTagClassName
{
color: #4D0E97;
}
</style>
background-color css
<style>
a { background-color: #4D0E97; }
a { background-color: rgb(77,14,151); }
div.DivClassName
{
background-color: #4D0E97;
}
.BgClassName
{
background-color: #4D0E97;
}
</style>
border-color css
<style>
span { border-color: #4D0E97; }
span { border-color: rgb(77,14,151); }
td.TdClassName
{
border-color: #4D0E97;
}
.TagClassName
{
border-color: #4D0E97;
}
</style>