Shades of Indigo #4D0499
Tints of Indigo #4D0499
RGB
CMYK
RGB Variations
Color information
#4D0499 (or 0x4D0499) is known color: Indigo. HEX triplet: 4D, 04 and 99. RGB value is (77,4,153). Sum of RGB (Red+Green+Blue) = 77+4+153=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 153 (60.16% from 255 or 65.38% from 234); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D0499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0499 is #B2FB66. Grayscale: #2A2A2A. Windows color (decimal): -11729767 or 10028109. OLE color: 10028109.
HSL color Cylindrical-coordinate representation of color #4D0499: hue angle of 269.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0499 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 4 | 153 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.4 |
| HSL | 269.4º | 0.95% | 0.31% | - |
| HSV(B) | 269.4º | 0.97% | 0.6% | - |
| XYZ | 8.85 | 3.96 | 30.44 | - |
| YUV | 42.81 | 190.18 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 153 | 0.50 | 0.97 | 0 | 0.4 | 269.4 | 0.95 | 0.31 |
| Hex | 4D | 4 | 99 | 32 | 61 | 0 | 28 | 10D | 5F | 1F |
| Octal | 115 | 4 | 231 | 62 | 141 | 0 | 50 | 415 | 137 | 37 |
| Binary | 1001101 | 100 | 10011001 | 110010 | 1100001 | 0 | 101000 | 100001101 | 1011111 | 11111 |
Color Harmonies of #4D0499
Complementary color
Monochromatic Colors of #4D0499
Black with #4D0499
Text Example
Text Example
White with #4D0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0499; }
p { color: rgb(77,4,153); }
H1.HeaderClassName
{
color: #4D0499;
}
.AnyTagClassName
{
color: #4D0499;
}
</style>
background-color css
<style>
a { background-color: #4D0499; }
a { background-color: rgb(77,4,153); }
div.DivClassName
{
background-color: #4D0499;
}
.BgClassName
{
background-color: #4D0499;
}
</style>
border-color css
<style>
span { border-color: #4D0499; }
span { border-color: rgb(77,4,153); }
td.TdClassName
{
border-color: #4D0499;
}
.TagClassName
{
border-color: #4D0499;
}
</style>