Shades of Indigo #4D0D8C
Tints of Indigo #4D0D8C
RGB
CMYK
RGB Variations
Color information
#4D0D8C (or 0x4D0D8C) is known color: Indigo. HEX triplet: 4D, 0D and 8C. RGB value is (77,13,140). Sum of RGB (Red+Green+Blue) = 77+13+140=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D0D8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0D8C is #B2F273. Grayscale: #2E2E2E. Windows color (decimal): -11727476 or 9178445. OLE color: 9178445.
HSL color Cylindrical-coordinate representation of color #4D0D8C: hue angle of 270.24º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0D8C is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 13 | 140 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.45 |
| HSL | 270.24º | 0.83% | 0.3% | - |
| HSV(B) | 270.24º | 0.91% | 0.55% | - |
| XYZ | 7.94 | 3.76 | 25.12 | - |
| YUV | 46.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 140 | 0.45 | 0.91 | 0 | 0.45 | 270.24 | 0.83 | 0.3 |
| Hex | 4D | D | 8C | 2D | 5B | 0 | 2D | 10E | 53 | 1E |
| Octal | 115 | 15 | 214 | 55 | 133 | 0 | 55 | 416 | 123 | 36 |
| Binary | 1001101 | 1101 | 10001100 | 101101 | 1011011 | 0 | 101101 | 100001110 | 1010011 | 11110 |
Color Harmonies of #4D0D8C
Complementary color
Monochromatic Colors of #4D0D8C
Black with #4D0D8C
Text Example
Text Example
White with #4D0D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0D8C; }
p { color: rgb(77,13,140); }
H1.HeaderClassName
{
color: #4D0D8C;
}
.AnyTagClassName
{
color: #4D0D8C;
}
</style>
background-color css
<style>
a { background-color: #4D0D8C; }
a { background-color: rgb(77,13,140); }
div.DivClassName
{
background-color: #4D0D8C;
}
.BgClassName
{
background-color: #4D0D8C;
}
</style>
border-color css
<style>
span { border-color: #4D0D8C; }
span { border-color: rgb(77,13,140); }
td.TdClassName
{
border-color: #4D0D8C;
}
.TagClassName
{
border-color: #4D0D8C;
}
</style>