Shades of Indigo #4E1575
Tints of Indigo #4E1575
RGB
CMYK
RGB Variations
Color information
#4E1575 (or 0x4E1575) is known color: Indigo. HEX triplet: 4E, 15 and 75. RGB value is (78,21,117). Sum of RGB (Red+Green+Blue) = 78+21+117=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E1575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1575 is #B1EA8A. Grayscale: #303030. Windows color (decimal): -11659915 or 7673166. OLE color: 7673166.
HSL color Cylindrical-coordinate representation of color #4E1575: hue angle of 275.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1575 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 21 | 117 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.54 |
| HSL | 275.63º | 0.7% | 0.27% | - |
| HSV(B) | 275.63º | 0.82% | 0.46% | - |
| XYZ | 6.62 | 3.44 | 17.14 | - |
| YUV | 48.99 | 166.38 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 117 | 0.33 | 0.82 | 0 | 0.54 | 275.63 | 0.7 | 0.27 |
| Hex | 4E | 15 | 75 | 21 | 52 | 0 | 36 | 114 | 46 | 1B |
| Octal | 116 | 25 | 165 | 41 | 122 | 0 | 66 | 424 | 106 | 33 |
| Binary | 1001110 | 10101 | 1110101 | 100001 | 1010010 | 0 | 110110 | 100010100 | 1000110 | 11011 |
Color Harmonies of #4E1575
Complementary color
Monochromatic Colors of #4E1575
Black with #4E1575
Text Example
Text Example
White with #4E1575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1575; }
p { color: rgb(78,21,117); }
H1.HeaderClassName
{
color: #4E1575;
}
.AnyTagClassName
{
color: #4E1575;
}
</style>
background-color css
<style>
a { background-color: #4E1575; }
a { background-color: rgb(78,21,117); }
div.DivClassName
{
background-color: #4E1575;
}
.BgClassName
{
background-color: #4E1575;
}
</style>
border-color css
<style>
span { border-color: #4E1575; }
span { border-color: rgb(78,21,117); }
td.TdClassName
{
border-color: #4E1575;
}
.TagClassName
{
border-color: #4E1575;
}
</style>