Shades of Indigo #4D157A
Tints of Indigo #4D157A
RGB
CMYK
RGB Variations
Color information
#4D157A (or 0x4D157A) is known color: Indigo. HEX triplet: 4D, 15 and 7A. RGB value is (77,21,122). Sum of RGB (Red+Green+Blue) = 77+21+122=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 122 (48.05% from 255 or 55.45% from 220); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D157A is #B2EA85. Grayscale: #303030. Windows color (decimal): -11725446 or 8000845. OLE color: 8000845.
HSL color Cylindrical-coordinate representation of color #4D157A: hue angle of 273.27º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D157A is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 21 | 122 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.52 |
| HSL | 273.27º | 0.71% | 0.28% | - |
| HSV(B) | 273.27º | 0.83% | 0.48% | - |
| XYZ | 6.84 | 3.52 | 18.73 | - |
| YUV | 49.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 122 | 0.37 | 0.83 | 0 | 0.52 | 273.27 | 0.71 | 0.28 |
| Hex | 4D | 15 | 7A | 25 | 53 | 0 | 34 | 111 | 47 | 1C |
| Octal | 115 | 25 | 172 | 45 | 123 | 0 | 64 | 421 | 107 | 34 |
| Binary | 1001101 | 10101 | 1111010 | 100101 | 1010011 | 0 | 110100 | 100010001 | 1000111 | 11100 |
Color Harmonies of #4D157A
Complementary color
Monochromatic Colors of #4D157A
Black with #4D157A
Text Example
Text Example
White with #4D157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D157A; }
p { color: rgb(77,21,122); }
H1.HeaderClassName
{
color: #4D157A;
}
.AnyTagClassName
{
color: #4D157A;
}
</style>
background-color css
<style>
a { background-color: #4D157A; }
a { background-color: rgb(77,21,122); }
div.DivClassName
{
background-color: #4D157A;
}
.BgClassName
{
background-color: #4D157A;
}
</style>
border-color css
<style>
span { border-color: #4D157A; }
span { border-color: rgb(77,21,122); }
td.TdClassName
{
border-color: #4D157A;
}
.TagClassName
{
border-color: #4D157A;
}
</style>