Shades of Indigo #4D1079
Tints of Indigo #4D1079
RGB
CMYK
RGB Variations
Color information
#4D1079 (or 0x4D1079) is known color: Indigo. HEX triplet: 4D, 10 and 79. RGB value is (77,16,121). Sum of RGB (Red+Green+Blue) = 77+16+121=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 121 (47.66% from 255 or 56.54% from 214); Max value from RGB is 121 - color contains mainly: blue. Hex color #4D1079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1079 is #B2EF86. Grayscale: #2D2D2D. Windows color (decimal): -11726727 or 7934029. OLE color: 7934029.
HSL color Cylindrical-coordinate representation of color #4D1079: hue angle of 274.86º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1079 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 16 | 121 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.53 |
| HSL | 274.86º | 0.77% | 0.27% | - |
| HSV(B) | 274.86º | 0.87% | 0.47% | - |
| XYZ | 6.7 | 3.33 | 18.38 | - |
| YUV | 46.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 121 | 0.36 | 0.87 | 0 | 0.53 | 274.86 | 0.77 | 0.27 |
| Hex | 4D | 10 | 79 | 24 | 57 | 0 | 35 | 113 | 4D | 1B |
| Octal | 115 | 20 | 171 | 44 | 127 | 0 | 65 | 423 | 115 | 33 |
| Binary | 1001101 | 10000 | 1111001 | 100100 | 1010111 | 0 | 110101 | 100010011 | 1001101 | 11011 |
Color Harmonies of #4D1079
Complementary color
Monochromatic Colors of #4D1079
Black with #4D1079
Text Example
Text Example
White with #4D1079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1079; }
p { color: rgb(77,16,121); }
H1.HeaderClassName
{
color: #4D1079;
}
.AnyTagClassName
{
color: #4D1079;
}
</style>
background-color css
<style>
a { background-color: #4D1079; }
a { background-color: rgb(77,16,121); }
div.DivClassName
{
background-color: #4D1079;
}
.BgClassName
{
background-color: #4D1079;
}
</style>
border-color css
<style>
span { border-color: #4D1079; }
span { border-color: rgb(77,16,121); }
td.TdClassName
{
border-color: #4D1079;
}
.TagClassName
{
border-color: #4D1079;
}
</style>