Shades of Indigo #4D1391
Tints of Indigo #4D1391
RGB
CMYK
RGB Variations
Color information
#4D1391 (or 0x4D1391) is known color: Indigo. HEX triplet: 4D, 13 and 91. RGB value is (77,19,145). Sum of RGB (Red+Green+Blue) = 77+19+145=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 145 (57.03% from 255 or 60.17% from 241); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D1391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1391 is #B2EC6E. Grayscale: #323232. Windows color (decimal): -11725935 or 9507661. OLE color: 9507661.
HSL color Cylindrical-coordinate representation of color #4D1391: hue angle of 267.62º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1391 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 19 | 145 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.43 |
| HSL | 267.62º | 0.77% | 0.32% | - |
| HSV(B) | 267.62º | 0.87% | 0.57% | - |
| XYZ | 8.4 | 4.09 | 27.13 | - |
| YUV | 50.71 | 181.22 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 145 | 0.47 | 0.87 | 0 | 0.43 | 267.62 | 0.77 | 0.32 |
| Hex | 4D | 13 | 91 | 2F | 57 | 0 | 2B | 10C | 4D | 20 |
| Octal | 115 | 23 | 221 | 57 | 127 | 0 | 53 | 414 | 115 | 40 |
| Binary | 1001101 | 10011 | 10010001 | 101111 | 1010111 | 0 | 101011 | 100001100 | 1001101 | 100000 |
Color Harmonies of #4D1391
Complementary color
Monochromatic Colors of #4D1391
Black with #4D1391
Text Example
Text Example
White with #4D1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1391; }
p { color: rgb(77,19,145); }
H1.HeaderClassName
{
color: #4D1391;
}
.AnyTagClassName
{
color: #4D1391;
}
</style>
background-color css
<style>
a { background-color: #4D1391; }
a { background-color: rgb(77,19,145); }
div.DivClassName
{
background-color: #4D1391;
}
.BgClassName
{
background-color: #4D1391;
}
</style>
border-color css
<style>
span { border-color: #4D1391; }
span { border-color: rgb(77,19,145); }
td.TdClassName
{
border-color: #4D1391;
}
.TagClassName
{
border-color: #4D1391;
}
</style>