Shades of Indigo #4D1377
Tints of Indigo #4D1377
RGB
CMYK
RGB Variations
Color information
#4D1377 (or 0x4D1377) is known color: Indigo. HEX triplet: 4D, 13 and 77. RGB value is (77,19,119). Sum of RGB (Red+Green+Blue) = 77+19+119=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #4D1377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1377 is #B2EC88. Grayscale: #2F2F2F. Windows color (decimal): -11725961 or 7803725. OLE color: 7803725.
HSL color Cylindrical-coordinate representation of color #4D1377: hue angle of 274.8º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1377 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 19 | 119 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.53 |
| HSL | 274.8º | 0.72% | 0.27% | - |
| HSV(B) | 274.8º | 0.84% | 0.47% | - |
| XYZ | 6.62 | 3.38 | 17.76 | - |
| YUV | 47.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 119 | 0.35 | 0.84 | 0 | 0.53 | 274.8 | 0.72 | 0.27 |
| Hex | 4D | 13 | 77 | 23 | 54 | 0 | 35 | 113 | 48 | 1B |
| Octal | 115 | 23 | 167 | 43 | 124 | 0 | 65 | 423 | 110 | 33 |
| Binary | 1001101 | 10011 | 1110111 | 100011 | 1010100 | 0 | 110101 | 100010011 | 1001000 | 11011 |
Color Harmonies of #4D1377
Complementary color
Monochromatic Colors of #4D1377
Black with #4D1377
Text Example
Text Example
White with #4D1377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1377; }
p { color: rgb(77,19,119); }
H1.HeaderClassName
{
color: #4D1377;
}
.AnyTagClassName
{
color: #4D1377;
}
</style>
background-color css
<style>
a { background-color: #4D1377; }
a { background-color: rgb(77,19,119); }
div.DivClassName
{
background-color: #4D1377;
}
.BgClassName
{
background-color: #4D1377;
}
</style>
border-color css
<style>
span { border-color: #4D1377; }
span { border-color: rgb(77,19,119); }
td.TdClassName
{
border-color: #4D1377;
}
.TagClassName
{
border-color: #4D1377;
}
</style>