Shades of Indigo #4D1680
Tints of Indigo #4D1680
RGB
CMYK
RGB Variations
Color information
#4D1680 (or 0x4D1680) is known color: Indigo. HEX triplet: 4D, 16 and 80. RGB value is (77,22,128). Sum of RGB (Red+Green+Blue) = 77+22+128=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D1680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1680 is #B2E97F. Grayscale: #323232. Windows color (decimal): -11725184 or 8394317. OLE color: 8394317.
HSL color Cylindrical-coordinate representation of color #4D1680: hue angle of 271.13º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D1680 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 22 | 128 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.50 |
| HSL | 271.13º | 0.71% | 0.29% | - |
| HSV(B) | 271.13º | 0.83% | 0.5% | - |
| XYZ | 7.24 | 3.71 | 20.76 | - |
| YUV | 50.53 | 171.72 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 128 | 0.40 | 0.83 | 0 | 0.50 | 271.13 | 0.71 | 0.29 |
| Hex | 4D | 16 | 80 | 28 | 53 | 0 | 32 | 10F | 47 | 1D |
| Octal | 115 | 26 | 200 | 50 | 123 | 0 | 62 | 417 | 107 | 35 |
| Binary | 1001101 | 10110 | 10000000 | 101000 | 1010011 | 0 | 110010 | 100001111 | 1000111 | 11101 |
Color Harmonies of #4D1680
Complementary color
Monochromatic Colors of #4D1680
Black with #4D1680
Text Example
Text Example
White with #4D1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1680; }
p { color: rgb(77,22,128); }
H1.HeaderClassName
{
color: #4D1680;
}
.AnyTagClassName
{
color: #4D1680;
}
</style>
background-color css
<style>
a { background-color: #4D1680; }
a { background-color: rgb(77,22,128); }
div.DivClassName
{
background-color: #4D1680;
}
.BgClassName
{
background-color: #4D1680;
}
</style>
border-color css
<style>
span { border-color: #4D1680; }
span { border-color: rgb(77,22,128); }
td.TdClassName
{
border-color: #4D1680;
}
.TagClassName
{
border-color: #4D1680;
}
</style>