Shades of Indigo #4D1982
Tints of Indigo #4D1982
RGB
CMYK
RGB Variations
Color information
#4D1982 (or 0x4D1982) is known color: Indigo. HEX triplet: 4D, 19 and 82. RGB value is (77,25,130). Sum of RGB (Red+Green+Blue) = 77+25+130=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D1982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1982 is #B2E67D. Grayscale: #343434. Windows color (decimal): -11724414 or 8526157. OLE color: 8526157.
HSL color Cylindrical-coordinate representation of color #4D1982: hue angle of 269.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D1982 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 25 | 130 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.49 |
| HSL | 269.71º | 0.68% | 0.3% | - |
| HSV(B) | 269.71º | 0.81% | 0.51% | - |
| XYZ | 7.44 | 3.88 | 21.48 | - |
| YUV | 52.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 130 | 0.41 | 0.81 | 0 | 0.49 | 269.71 | 0.68 | 0.3 |
| Hex | 4D | 19 | 82 | 29 | 51 | 0 | 31 | 10E | 44 | 1E |
| Octal | 115 | 31 | 202 | 51 | 121 | 0 | 61 | 416 | 104 | 36 |
| Binary | 1001101 | 11001 | 10000010 | 101001 | 1010001 | 0 | 110001 | 100001110 | 1000100 | 11110 |
Color Harmonies of #4D1982
Complementary color
Monochromatic Colors of #4D1982
Black with #4D1982
Text Example
Text Example
White with #4D1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1982; }
p { color: rgb(77,25,130); }
H1.HeaderClassName
{
color: #4D1982;
}
.AnyTagClassName
{
color: #4D1982;
}
</style>
background-color css
<style>
a { background-color: #4D1982; }
a { background-color: rgb(77,25,130); }
div.DivClassName
{
background-color: #4D1982;
}
.BgClassName
{
background-color: #4D1982;
}
</style>
border-color css
<style>
span { border-color: #4D1982; }
span { border-color: rgb(77,25,130); }
td.TdClassName
{
border-color: #4D1982;
}
.TagClassName
{
border-color: #4D1982;
}
</style>