Shades of Indigo #4D157F
Tints of Indigo #4D157F
RGB
CMYK
RGB Variations
Color information
#4D157F (or 0x4D157F) is known color: Indigo. HEX triplet: 4D, 15 and 7F. RGB value is (77,21,127). Sum of RGB (Red+Green+Blue) = 77+21+127=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D157F is #B2EA80. Grayscale: #313131. Windows color (decimal): -11725441 or 8328525. OLE color: 8328525.
HSL color Cylindrical-coordinate representation of color #4D157F: hue angle of 271.7º degrees, saturation: 0.72, 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 #4D157F is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 21 | 127 | - |
| CMYK | 0.39 | 0.83 | 0 | 0.50 |
| HSL | 271.7º | 0.72% | 0.29% | - |
| HSV(B) | 271.7º | 0.83% | 0.5% | - |
| XYZ | 7.16 | 3.65 | 20.41 | - |
| YUV | 49.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 127 | 0.39 | 0.83 | 0 | 0.50 | 271.7 | 0.72 | 0.29 |
| Hex | 4D | 15 | 7F | 27 | 53 | 0 | 32 | 110 | 48 | 1D |
| Octal | 115 | 25 | 177 | 47 | 123 | 0 | 62 | 420 | 110 | 35 |
| Binary | 1001101 | 10101 | 1111111 | 100111 | 1010011 | 0 | 110010 | 100010000 | 1001000 | 11101 |
Color Harmonies of #4D157F
Complementary color
Monochromatic Colors of #4D157F
Black with #4D157F
Text Example
Text Example
White with #4D157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D157F; }
p { color: rgb(77,21,127); }
H1.HeaderClassName
{
color: #4D157F;
}
.AnyTagClassName
{
color: #4D157F;
}
</style>
background-color css
<style>
a { background-color: #4D157F; }
a { background-color: rgb(77,21,127); }
div.DivClassName
{
background-color: #4D157F;
}
.BgClassName
{
background-color: #4D157F;
}
</style>
border-color css
<style>
span { border-color: #4D157F; }
span { border-color: rgb(77,21,127); }
td.TdClassName
{
border-color: #4D157F;
}
.TagClassName
{
border-color: #4D157F;
}
</style>