Shades of Indigo #4D0E85
Tints of Indigo #4D0E85
RGB
CMYK
RGB Variations
Color information
#4D0E85 (or 0x4D0E85) is known color: Indigo. HEX triplet: 4D, 0E and 85. RGB value is (77,14,133). Sum of RGB (Red+Green+Blue) = 77+14+133=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D0E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0E85 is #B2F17A. Grayscale: #2D2D2D. Windows color (decimal): -11727227 or 8719949. OLE color: 8719949.
HSL color Cylindrical-coordinate representation of color #4D0E85: hue angle of 271.76º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D0E85 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 14 | 133 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.48 |
| HSL | 271.76º | 0.81% | 0.29% | - |
| HSV(B) | 271.76º | 0.89% | 0.52% | - |
| XYZ | 7.45 | 3.59 | 22.49 | - |
| YUV | 46.4 | 176.87 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 14 | 133 | 0.42 | 0.89 | 0 | 0.48 | 271.76 | 0.81 | 0.29 |
| Hex | 4D | E | 85 | 2A | 59 | 0 | 30 | 110 | 51 | 1D |
| Octal | 115 | 16 | 205 | 52 | 131 | 0 | 60 | 420 | 121 | 35 |
| Binary | 1001101 | 1110 | 10000101 | 101010 | 1011001 | 0 | 110000 | 100010000 | 1010001 | 11101 |
Color Harmonies of #4D0E85
Complementary color
Monochromatic Colors of #4D0E85
Black with #4D0E85
Text Example
Text Example
White with #4D0E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0E85; }
p { color: rgb(77,14,133); }
H1.HeaderClassName
{
color: #4D0E85;
}
.AnyTagClassName
{
color: #4D0E85;
}
</style>
background-color css
<style>
a { background-color: #4D0E85; }
a { background-color: rgb(77,14,133); }
div.DivClassName
{
background-color: #4D0E85;
}
.BgClassName
{
background-color: #4D0E85;
}
</style>
border-color css
<style>
span { border-color: #4D0E85; }
span { border-color: rgb(77,14,133); }
td.TdClassName
{
border-color: #4D0E85;
}
.TagClassName
{
border-color: #4D0E85;
}
</style>