Shades of Indigo #4D158E
Tints of Indigo #4D158E
RGB
CMYK
RGB Variations
Color information
#4D158E (or 0x4D158E) is known color: Indigo. HEX triplet: 4D, 15 and 8E. RGB value is (77,21,142). Sum of RGB (Red+Green+Blue) = 77+21+142=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D158E is #B2EA71. Grayscale: #333333. Windows color (decimal): -11725426 or 9311565. OLE color: 9311565.
HSL color Cylindrical-coordinate representation of color #4D158E: hue angle of 267.77º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D158E is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 21 | 142 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.44 |
| HSL | 267.77º | 0.74% | 0.32% | - |
| HSV(B) | 267.77º | 0.85% | 0.56% | - |
| XYZ | 8.21 | 4.07 | 25.94 | - |
| YUV | 51.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 142 | 0.46 | 0.85 | 0 | 0.44 | 267.77 | 0.74 | 0.32 |
| Hex | 4D | 15 | 8E | 2E | 55 | 0 | 2C | 10C | 4A | 20 |
| Octal | 115 | 25 | 216 | 56 | 125 | 0 | 54 | 414 | 112 | 40 |
| Binary | 1001101 | 10101 | 10001110 | 101110 | 1010101 | 0 | 101100 | 100001100 | 1001010 | 100000 |
Color Harmonies of #4D158E
Complementary color
Monochromatic Colors of #4D158E
Black with #4D158E
Text Example
Text Example
White with #4D158E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D158E; }
p { color: rgb(77,21,142); }
H1.HeaderClassName
{
color: #4D158E;
}
.AnyTagClassName
{
color: #4D158E;
}
</style>
background-color css
<style>
a { background-color: #4D158E; }
a { background-color: rgb(77,21,142); }
div.DivClassName
{
background-color: #4D158E;
}
.BgClassName
{
background-color: #4D158E;
}
</style>
border-color css
<style>
span { border-color: #4D158E; }
span { border-color: rgb(77,21,142); }
td.TdClassName
{
border-color: #4D158E;
}
.TagClassName
{
border-color: #4D158E;
}
</style>