Shades of Indigo #4D1480
Tints of Indigo #4D1480
RGB
CMYK
RGB Variations
Color information
#4D1480 (or 0x4D1480) is known color: Indigo. HEX triplet: 4D, 14 and 80. RGB value is (77,20,128). Sum of RGB (Red+Green+Blue) = 77+20+128=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D1480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1480 is #B2EB7F. Grayscale: #303030. Windows color (decimal): -11725696 or 8393805. OLE color: 8393805.
HSL color Cylindrical-coordinate representation of color #4D1480: hue angle of 271.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1480 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 20 | 128 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.50 |
| HSL | 271.67º | 0.73% | 0.29% | - |
| HSV(B) | 271.67º | 0.84% | 0.5% | - |
| XYZ | 7.21 | 3.64 | 20.74 | - |
| YUV | 49.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 128 | 0.40 | 0.84 | 0 | 0.50 | 271.67 | 0.73 | 0.29 |
| Hex | 4D | 14 | 80 | 28 | 54 | 0 | 32 | 110 | 49 | 1D |
| Octal | 115 | 24 | 200 | 50 | 124 | 0 | 62 | 420 | 111 | 35 |
| Binary | 1001101 | 10100 | 10000000 | 101000 | 1010100 | 0 | 110010 | 100010000 | 1001001 | 11101 |
Color Harmonies of #4D1480
Complementary color
Monochromatic Colors of #4D1480
Black with #4D1480
Text Example
Text Example
White with #4D1480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1480; }
p { color: rgb(77,20,128); }
H1.HeaderClassName
{
color: #4D1480;
}
.AnyTagClassName
{
color: #4D1480;
}
</style>
background-color css
<style>
a { background-color: #4D1480; }
a { background-color: rgb(77,20,128); }
div.DivClassName
{
background-color: #4D1480;
}
.BgClassName
{
background-color: #4D1480;
}
</style>
border-color css
<style>
span { border-color: #4D1480; }
span { border-color: rgb(77,20,128); }
td.TdClassName
{
border-color: #4D1480;
}
.TagClassName
{
border-color: #4D1480;
}
</style>