Shades of Indigo #4D0479
Tints of Indigo #4D0479
RGB
CMYK
RGB Variations
Color information
#4D0479 (or 0x4D0479) is known color: Indigo. HEX triplet: 4D, 04 and 79. RGB value is (77,4,121). Sum of RGB (Red+Green+Blue) = 77+4+121=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #4D0479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0479 is #B2FB86. Grayscale: #262626. Windows color (decimal): -11729799 or 7930957. OLE color: 7930957.
HSL color Cylindrical-coordinate representation of color #4D0479: hue angle of 277.44º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0479 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 4 | 121 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.53 |
| HSL | 277.44º | 0.94% | 0.25% | - |
| HSV(B) | 277.44º | 0.97% | 0.47% | - |
| XYZ | 6.56 | 3.05 | 18.33 | - |
| YUV | 39.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 121 | 0.36 | 0.97 | 0 | 0.53 | 277.44 | 0.94 | 0.25 |
| Hex | 4D | 4 | 79 | 24 | 61 | 0 | 35 | 115 | 5E | 19 |
| Octal | 115 | 4 | 171 | 44 | 141 | 0 | 65 | 425 | 136 | 31 |
| Binary | 1001101 | 100 | 1111001 | 100100 | 1100001 | 0 | 110101 | 100010101 | 1011110 | 11001 |
Color Harmonies of #4D0479
Complementary color
Monochromatic Colors of #4D0479
Black with #4D0479
Text Example
Text Example
White with #4D0479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0479; }
p { color: rgb(77,4,121); }
H1.HeaderClassName
{
color: #4D0479;
}
.AnyTagClassName
{
color: #4D0479;
}
</style>
background-color css
<style>
a { background-color: #4D0479; }
a { background-color: rgb(77,4,121); }
div.DivClassName
{
background-color: #4D0479;
}
.BgClassName
{
background-color: #4D0479;
}
</style>
border-color css
<style>
span { border-color: #4D0479; }
span { border-color: rgb(77,4,121); }
td.TdClassName
{
border-color: #4D0479;
}
.TagClassName
{
border-color: #4D0479;
}
</style>