Shades of Indigo #4D039F
Tints of Indigo #4D039F
RGB
CMYK
RGB Variations
Color information
#4D039F (or 0x4D039F) is known color: Indigo. HEX triplet: 4D, 03 and 9F. RGB value is (77,3,159). Sum of RGB (Red+Green+Blue) = 77+3+159=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D039F is #B2FC60. Grayscale: #2A2A2A. Windows color (decimal): -11730017 or 10421069. OLE color: 10421069.
HSL color Cylindrical-coordinate representation of color #4D039F: hue angle of 268.46º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D039F is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 3 | 159 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.38 |
| HSL | 268.46º | 0.96% | 0.32% | - |
| HSV(B) | 268.46º | 0.98% | 0.62% | - |
| XYZ | 9.35 | 4.15 | 33.11 | - |
| YUV | 42.91 | 193.52 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 159 | 0.52 | 0.98 | 0 | 0.38 | 268.46 | 0.96 | 0.32 |
| Hex | 4D | 3 | 9F | 34 | 62 | 0 | 26 | 10C | 60 | 20 |
| Octal | 115 | 3 | 237 | 64 | 142 | 0 | 46 | 414 | 140 | 40 |
| Binary | 1001101 | 11 | 10011111 | 110100 | 1100010 | 0 | 100110 | 100001100 | 1100000 | 100000 |
Color Harmonies of #4D039F
Complementary color
Monochromatic Colors of #4D039F
Black with #4D039F
Text Example
Text Example
White with #4D039F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D039F; }
p { color: rgb(77,3,159); }
H1.HeaderClassName
{
color: #4D039F;
}
.AnyTagClassName
{
color: #4D039F;
}
</style>
background-color css
<style>
a { background-color: #4D039F; }
a { background-color: rgb(77,3,159); }
div.DivClassName
{
background-color: #4D039F;
}
.BgClassName
{
background-color: #4D039F;
}
</style>
border-color css
<style>
span { border-color: #4D039F; }
span { border-color: rgb(77,3,159); }
td.TdClassName
{
border-color: #4D039F;
}
.TagClassName
{
border-color: #4D039F;
}
</style>