Shades of Indigo #4E015E
Tints of Indigo #4E015E
RGB
CMYK
RGB Variations
Color information
#4E015E (or 0x4E015E) is known color: Indigo. HEX triplet: 4E, 01 and 5E. RGB value is (78,1,94). Sum of RGB (Red+Green+Blue) = 78+1+94=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E015E is #B1FEA1. Grayscale: #222222. Windows color (decimal): -11665058 or 6160718. OLE color: 6160718.
HSL color Cylindrical-coordinate representation of color #4E015E: hue angle of 289.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E015E is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 1 | 94 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.63 |
| HSL | 289.68º | 0.98% | 0.19% | - |
| HSV(B) | 289.68º | 0.99% | 0.37% | - |
| XYZ | 5.17 | 2.45 | 10.79 | - |
| YUV | 34.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 94 | 0.17 | 0.99 | 0 | 0.63 | 289.68 | 0.98 | 0.19 |
| Hex | 4E | 1 | 5E | 11 | 63 | 0 | 3F | 122 | 62 | 13 |
| Octal | 116 | 1 | 136 | 21 | 143 | 0 | 77 | 442 | 142 | 23 |
| Binary | 1001110 | 1 | 1011110 | 10001 | 1100011 | 0 | 111111 | 100100010 | 1100010 | 10011 |
Color Harmonies of #4E015E
Complementary color
Monochromatic Colors of #4E015E
Black with #4E015E
Text Example
Text Example
White with #4E015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E015E; }
p { color: rgb(78,1,94); }
H1.HeaderClassName
{
color: #4E015E;
}
.AnyTagClassName
{
color: #4E015E;
}
</style>
background-color css
<style>
a { background-color: #4E015E; }
a { background-color: rgb(78,1,94); }
div.DivClassName
{
background-color: #4E015E;
}
.BgClassName
{
background-color: #4E015E;
}
</style>
border-color css
<style>
span { border-color: #4E015E; }
span { border-color: rgb(78,1,94); }
td.TdClassName
{
border-color: #4E015E;
}
.TagClassName
{
border-color: #4E015E;
}
</style>