Shades of Indigo #4D159D
Tints of Indigo #4D159D
RGB
CMYK
RGB Variations
Color information
#4D159D (or 0x4D159D) is known color: Indigo. HEX triplet: 4D, 15 and 9D. RGB value is (77,21,157). Sum of RGB (Red+Green+Blue) = 77+21+157=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D159D is #B2EA62. Grayscale: #343434. Windows color (decimal): -11725411 or 10294605. OLE color: 10294605.
HSL color Cylindrical-coordinate representation of color #4D159D: hue angle of 264.71º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D159D is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 21 | 157 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.38 |
| HSL | 264.71º | 0.76% | 0.35% | - |
| HSV(B) | 264.71º | 0.87% | 0.62% | - |
| XYZ | 9.41 | 4.55 | 32.28 | - |
| YUV | 53.25 | 186.55 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 157 | 0.51 | 0.87 | 0 | 0.38 | 264.71 | 0.76 | 0.35 |
| Hex | 4D | 15 | 9D | 33 | 57 | 0 | 26 | 109 | 4C | 23 |
| Octal | 115 | 25 | 235 | 63 | 127 | 0 | 46 | 411 | 114 | 43 |
| Binary | 1001101 | 10101 | 10011101 | 110011 | 1010111 | 0 | 100110 | 100001001 | 1001100 | 100011 |
Color Harmonies of #4D159D
Complementary color
Monochromatic Colors of #4D159D
Black with #4D159D
Text Example
Text Example
White with #4D159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D159D; }
p { color: rgb(77,21,157); }
H1.HeaderClassName
{
color: #4D159D;
}
.AnyTagClassName
{
color: #4D159D;
}
</style>
background-color css
<style>
a { background-color: #4D159D; }
a { background-color: rgb(77,21,157); }
div.DivClassName
{
background-color: #4D159D;
}
.BgClassName
{
background-color: #4D159D;
}
</style>
border-color css
<style>
span { border-color: #4D159D; }
span { border-color: rgb(77,21,157); }
td.TdClassName
{
border-color: #4D159D;
}
.TagClassName
{
border-color: #4D159D;
}
</style>