Shades of Indigo #4D0D80
Tints of Indigo #4D0D80
RGB
CMYK
RGB Variations
Color information
#4D0D80 (or 0x4D0D80) is known color: Indigo. HEX triplet: 4D, 0D and 80. RGB value is (77,13,128). Sum of RGB (Red+Green+Blue) = 77+13+128=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D0D80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D80 is #B2F27F. Grayscale: #2C2C2C. Windows color (decimal): -11727488 or 8392013. OLE color: 8392013.
HSL color Cylindrical-coordinate representation of color #4D0D80: hue angle of 273.39º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0D80 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 13 | 128 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.50 |
| HSL | 273.39º | 0.82% | 0.28% | - |
| HSV(B) | 273.39º | 0.9% | 0.5% | - |
| XYZ | 7.1 | 3.42 | 20.71 | - |
| YUV | 45.25 | 174.7 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 128 | 0.40 | 0.90 | 0 | 0.50 | 273.39 | 0.82 | 0.28 |
| Hex | 4D | D | 80 | 28 | 5A | 0 | 32 | 111 | 52 | 1C |
| Octal | 115 | 15 | 200 | 50 | 132 | 0 | 62 | 421 | 122 | 34 |
| Binary | 1001101 | 1101 | 10000000 | 101000 | 1011010 | 0 | 110010 | 100010001 | 1010010 | 11100 |
Color Harmonies of #4D0D80
Complementary color
Monochromatic Colors of #4D0D80
Black with #4D0D80
Text Example
Text Example
White with #4D0D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D80; }
p { color: rgb(77,13,128); }
H1.HeaderClassName
{
color: #4D0D80;
}
.AnyTagClassName
{
color: #4D0D80;
}
</style>
background-color css
<style>
a { background-color: #4D0D80; }
a { background-color: rgb(77,13,128); }
div.DivClassName
{
background-color: #4D0D80;
}
.BgClassName
{
background-color: #4D0D80;
}
</style>
border-color css
<style>
span { border-color: #4D0D80; }
span { border-color: rgb(77,13,128); }
td.TdClassName
{
border-color: #4D0D80;
}
.TagClassName
{
border-color: #4D0D80;
}
</style>