Shades of Indigo #4E035D
Tints of Indigo #4E035D
RGB
CMYK
RGB Variations
Color information
#4E035D (or 0x4E035D) is known color: Indigo. HEX triplet: 4E, 03 and 5D. RGB value is (78,3,93). Sum of RGB (Red+Green+Blue) = 78+3+93=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E035D is #B1FCA2. Grayscale: #232323. Windows color (decimal): -11664547 or 6095694. OLE color: 6095694.
HSL color Cylindrical-coordinate representation of color #4E035D: hue angle of 290º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E035D is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 3 | 93 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.64 |
| HSL | 290º | 0.94% | 0.19% | - |
| HSV(B) | 290º | 0.97% | 0.36% | - |
| XYZ | 5.15 | 2.48 | 10.56 | - |
| YUV | 35.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 3 | 93 | 0.16 | 0.97 | 0 | 0.64 | 290 | 0.94 | 0.19 |
| Hex | 4E | 3 | 5D | 10 | 61 | 0 | 40 | 122 | 5E | 13 |
| Octal | 116 | 3 | 135 | 20 | 141 | 0 | 100 | 442 | 136 | 23 |
| Binary | 1001110 | 11 | 1011101 | 10000 | 1100001 | 0 | 1000000 | 100100010 | 1011110 | 10011 |
Color Harmonies of #4E035D
Complementary color
Monochromatic Colors of #4E035D
Black with #4E035D
Text Example
Text Example
White with #4E035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E035D; }
p { color: rgb(78,3,93); }
H1.HeaderClassName
{
color: #4E035D;
}
.AnyTagClassName
{
color: #4E035D;
}
</style>
background-color css
<style>
a { background-color: #4E035D; }
a { background-color: rgb(78,3,93); }
div.DivClassName
{
background-color: #4E035D;
}
.BgClassName
{
background-color: #4E035D;
}
</style>
border-color css
<style>
span { border-color: #4E035D; }
span { border-color: rgb(78,3,93); }
td.TdClassName
{
border-color: #4E035D;
}
.TagClassName
{
border-color: #4E035D;
}
</style>