Shades of Indigo #4D158D
Tints of Indigo #4D158D
RGB
CMYK
RGB Variations
Color information
#4D158D (or 0x4D158D) is known color: Indigo. HEX triplet: 4D, 15 and 8D. RGB value is (77,21,141). Sum of RGB (Red+Green+Blue) = 77+21+141=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D158D is #B2EA72. Grayscale: #323232. Windows color (decimal): -11725427 or 9246029. OLE color: 9246029.
HSL color Cylindrical-coordinate representation of color #4D158D: hue angle of 268º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D158D is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 21 | 141 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.45 |
| HSL | 268º | 0.74% | 0.32% | - |
| HSV(B) | 268º | 0.85% | 0.55% | - |
| XYZ | 8.14 | 4.04 | 25.55 | - |
| YUV | 51.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 141 | 0.45 | 0.85 | 0 | 0.45 | 268 | 0.74 | 0.32 |
| Hex | 4D | 15 | 8D | 2D | 55 | 0 | 2D | 10C | 4A | 20 |
| Octal | 115 | 25 | 215 | 55 | 125 | 0 | 55 | 414 | 112 | 40 |
| Binary | 1001101 | 10101 | 10001101 | 101101 | 1010101 | 0 | 101101 | 100001100 | 1001010 | 100000 |
Color Harmonies of #4D158D
Complementary color
Monochromatic Colors of #4D158D
Black with #4D158D
Text Example
Text Example
White with #4D158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D158D; }
p { color: rgb(77,21,141); }
H1.HeaderClassName
{
color: #4D158D;
}
.AnyTagClassName
{
color: #4D158D;
}
</style>
background-color css
<style>
a { background-color: #4D158D; }
a { background-color: rgb(77,21,141); }
div.DivClassName
{
background-color: #4D158D;
}
.BgClassName
{
background-color: #4D158D;
}
</style>
border-color css
<style>
span { border-color: #4D158D; }
span { border-color: rgb(77,21,141); }
td.TdClassName
{
border-color: #4D158D;
}
.TagClassName
{
border-color: #4D158D;
}
</style>