Shades of Indigo #4D1378
Tints of Indigo #4D1378
RGB
CMYK
RGB Variations
Color information
#4D1378 (or 0x4D1378) is known color: Indigo. HEX triplet: 4D, 13 and 78. RGB value is (77,19,120). Sum of RGB (Red+Green+Blue) = 77+19+120=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D1378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1378 is #B2EC87. Grayscale: #2F2F2F. Windows color (decimal): -11725960 or 7869261. OLE color: 7869261.
HSL color Cylindrical-coordinate representation of color #4D1378: hue angle of 274.46º degrees, saturation: 0.73, 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 #4D1378 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 19 | 120 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.53 |
| HSL | 274.46º | 0.73% | 0.27% | - |
| HSV(B) | 274.46º | 0.84% | 0.47% | - |
| XYZ | 6.68 | 3.4 | 18.07 | - |
| YUV | 47.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 120 | 0.36 | 0.84 | 0 | 0.53 | 274.46 | 0.73 | 0.27 |
| Hex | 4D | 13 | 78 | 24 | 54 | 0 | 35 | 112 | 49 | 1B |
| Octal | 115 | 23 | 170 | 44 | 124 | 0 | 65 | 422 | 111 | 33 |
| Binary | 1001101 | 10011 | 1111000 | 100100 | 1010100 | 0 | 110101 | 100010010 | 1001001 | 11011 |
Color Harmonies of #4D1378
Complementary color
Monochromatic Colors of #4D1378
Black with #4D1378
Text Example
Text Example
White with #4D1378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1378; }
p { color: rgb(77,19,120); }
H1.HeaderClassName
{
color: #4D1378;
}
.AnyTagClassName
{
color: #4D1378;
}
</style>
background-color css
<style>
a { background-color: #4D1378; }
a { background-color: rgb(77,19,120); }
div.DivClassName
{
background-color: #4D1378;
}
.BgClassName
{
background-color: #4D1378;
}
</style>
border-color css
<style>
span { border-color: #4D1378; }
span { border-color: rgb(77,19,120); }
td.TdClassName
{
border-color: #4D1378;
}
.TagClassName
{
border-color: #4D1378;
}
</style>