Shades of Indigo #4D0D95
Tints of Indigo #4D0D95
RGB
CMYK
RGB Variations
Color information
#4D0D95 (or 0x4D0D95) is known color: Indigo. HEX triplet: 4D, 0D and 95. RGB value is (77,13,149). Sum of RGB (Red+Green+Blue) = 77+13+149=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D0D95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D95 is #B2F26A. Grayscale: #2F2F2F. Windows color (decimal): -11727467 or 9768269. OLE color: 9768269.
HSL color Cylindrical-coordinate representation of color #4D0D95: hue angle of 268.24º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0D95 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 13 | 149 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.42 |
| HSL | 268.24º | 0.84% | 0.32% | - |
| HSV(B) | 268.24º | 0.91% | 0.58% | - |
| XYZ | 8.63 | 4.04 | 28.76 | - |
| YUV | 47.64 | 185.2 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 149 | 0.48 | 0.91 | 0 | 0.42 | 268.24 | 0.84 | 0.32 |
| Hex | 4D | D | 95 | 30 | 5B | 0 | 2A | 10C | 54 | 20 |
| Octal | 115 | 15 | 225 | 60 | 133 | 0 | 52 | 414 | 124 | 40 |
| Binary | 1001101 | 1101 | 10010101 | 110000 | 1011011 | 0 | 101010 | 100001100 | 1010100 | 100000 |
Color Harmonies of #4D0D95
Complementary color
Monochromatic Colors of #4D0D95
Black with #4D0D95
Text Example
Text Example
White with #4D0D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D95; }
p { color: rgb(77,13,149); }
H1.HeaderClassName
{
color: #4D0D95;
}
.AnyTagClassName
{
color: #4D0D95;
}
</style>
background-color css
<style>
a { background-color: #4D0D95; }
a { background-color: rgb(77,13,149); }
div.DivClassName
{
background-color: #4D0D95;
}
.BgClassName
{
background-color: #4D0D95;
}
</style>
border-color css
<style>
span { border-color: #4D0D95; }
span { border-color: rgb(77,13,149); }
td.TdClassName
{
border-color: #4D0D95;
}
.TagClassName
{
border-color: #4D0D95;
}
</style>