Shades of Indigo #4D1880
Tints of Indigo #4D1880
RGB
CMYK
RGB Variations
Color information
#4D1880 (or 0x4D1880) is known color: Indigo. HEX triplet: 4D, 18 and 80. RGB value is (77,24,128). Sum of RGB (Red+Green+Blue) = 77+24+128=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #4D1880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1880 is #B2E77F. Grayscale: #333333. Windows color (decimal): -11724672 or 8394829. OLE color: 8394829.
HSL color Cylindrical-coordinate representation of color #4D1880: hue angle of 270.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1880 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 24 | 128 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.50 |
| HSL | 270.58º | 0.68% | 0.3% | - |
| HSV(B) | 270.58º | 0.81% | 0.5% | - |
| XYZ | 7.28 | 3.79 | 20.77 | - |
| YUV | 51.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 128 | 0.40 | 0.81 | 0 | 0.50 | 270.58 | 0.68 | 0.3 |
| Hex | 4D | 18 | 80 | 28 | 51 | 0 | 32 | 10F | 44 | 1E |
| Octal | 115 | 30 | 200 | 50 | 121 | 0 | 62 | 417 | 104 | 36 |
| Binary | 1001101 | 11000 | 10000000 | 101000 | 1010001 | 0 | 110010 | 100001111 | 1000100 | 11110 |
Color Harmonies of #4D1880
Complementary color
Monochromatic Colors of #4D1880
Black with #4D1880
Text Example
Text Example
White with #4D1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1880; }
p { color: rgb(77,24,128); }
H1.HeaderClassName
{
color: #4D1880;
}
.AnyTagClassName
{
color: #4D1880;
}
</style>
background-color css
<style>
a { background-color: #4D1880; }
a { background-color: rgb(77,24,128); }
div.DivClassName
{
background-color: #4D1880;
}
.BgClassName
{
background-color: #4D1880;
}
</style>
border-color css
<style>
span { border-color: #4D1880; }
span { border-color: rgb(77,24,128); }
td.TdClassName
{
border-color: #4D1880;
}
.TagClassName
{
border-color: #4D1880;
}
</style>