Shades of Indigo #4D0179
Tints of Indigo #4D0179
RGB
CMYK
RGB Variations
Color information
#4D0179 (or 0x4D0179) is known color: Indigo. HEX triplet: 4D, 01 and 79. RGB value is (77,1,121). Sum of RGB (Red+Green+Blue) = 77+1+121=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #4D0179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0179 is #B2FE86. Grayscale: #252525. Windows color (decimal): -11730567 or 7930189. OLE color: 7930189.
HSL color Cylindrical-coordinate representation of color #4D0179: hue angle of 278º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0179 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 1 | 121 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.53 |
| HSL | 278º | 0.98% | 0.24% | - |
| HSV(B) | 278º | 0.99% | 0.47% | - |
| XYZ | 6.52 | 2.98 | 18.32 | - |
| YUV | 37.4 | 175.18 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 121 | 0.36 | 0.99 | 0 | 0.53 | 278 | 0.98 | 0.24 |
| Hex | 4D | 1 | 79 | 24 | 63 | 0 | 35 | 116 | 62 | 18 |
| Octal | 115 | 1 | 171 | 44 | 143 | 0 | 65 | 426 | 142 | 30 |
| Binary | 1001101 | 1 | 1111001 | 100100 | 1100011 | 0 | 110101 | 100010110 | 1100010 | 11000 |
Color Harmonies of #4D0179
Complementary color
Monochromatic Colors of #4D0179
Black with #4D0179
Text Example
Text Example
White with #4D0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0179; }
p { color: rgb(77,1,121); }
H1.HeaderClassName
{
color: #4D0179;
}
.AnyTagClassName
{
color: #4D0179;
}
</style>
background-color css
<style>
a { background-color: #4D0179; }
a { background-color: rgb(77,1,121); }
div.DivClassName
{
background-color: #4D0179;
}
.BgClassName
{
background-color: #4D0179;
}
</style>
border-color css
<style>
span { border-color: #4D0179; }
span { border-color: rgb(77,1,121); }
td.TdClassName
{
border-color: #4D0179;
}
.TagClassName
{
border-color: #4D0179;
}
</style>