Shades of Indigo #4D1679
Tints of Indigo #4D1679
RGB
CMYK
RGB Variations
Color information
#4D1679 (or 0x4D1679) is known color: Indigo. HEX triplet: 4D, 16 and 79. RGB value is (77,22,121). Sum of RGB (Red+Green+Blue) = 77+22+121=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #4D1679 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1679 is #B2E986. Grayscale: #313131. Windows color (decimal): -11725191 or 7935565. OLE color: 7935565.
HSL color Cylindrical-coordinate representation of color #4D1679: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1679 is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 22 | 121 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.53 |
| HSL | 273.33º | 0.69% | 0.28% | - |
| HSV(B) | 273.33º | 0.82% | 0.47% | - |
| XYZ | 6.8 | 3.53 | 18.41 | - |
| YUV | 49.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 121 | 0.36 | 0.82 | 0 | 0.53 | 273.33 | 0.69 | 0.28 |
| Hex | 4D | 16 | 79 | 24 | 52 | 0 | 35 | 111 | 45 | 1C |
| Octal | 115 | 26 | 171 | 44 | 122 | 0 | 65 | 421 | 105 | 34 |
| Binary | 1001101 | 10110 | 1111001 | 100100 | 1010010 | 0 | 110101 | 100010001 | 1000101 | 11100 |
Color Harmonies of #4D1679
Complementary color
Monochromatic Colors of #4D1679
Black with #4D1679
Text Example
Text Example
White with #4D1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1679; }
p { color: rgb(77,22,121); }
H1.HeaderClassName
{
color: #4D1679;
}
.AnyTagClassName
{
color: #4D1679;
}
</style>
background-color css
<style>
a { background-color: #4D1679; }
a { background-color: rgb(77,22,121); }
div.DivClassName
{
background-color: #4D1679;
}
.BgClassName
{
background-color: #4D1679;
}
</style>
border-color css
<style>
span { border-color: #4D1679; }
span { border-color: rgb(77,22,121); }
td.TdClassName
{
border-color: #4D1679;
}
.TagClassName
{
border-color: #4D1679;
}
</style>