Shades of Indigo #4E058F
Tints of Indigo #4E058F
RGB
CMYK
RGB Variations
Color information
#4E058F (or 0x4E058F) is known color: Indigo. HEX triplet: 4E, 05 and 8F. RGB value is (78,5,143). Sum of RGB (Red+Green+Blue) = 78+5+143=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 143 (56.25% from 255 or 63.27% from 226); Max value from RGB is 143 - color contains mainly: blue. Hex color #4E058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E058F is #B1FA70. Grayscale: #2A2A2A. Windows color (decimal): -11663985 or 9373006. OLE color: 9373006.
HSL color Cylindrical-coordinate representation of color #4E058F: hue angle of 271.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E058F is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 5 | 143 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.44 |
| HSL | 271.74º | 0.93% | 0.29% | - |
| HSV(B) | 271.74º | 0.97% | 0.56% | - |
| XYZ | 8.15 | 3.71 | 26.27 | - |
| YUV | 42.56 | 184.68 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 143 | 0.45 | 0.97 | 0 | 0.44 | 271.74 | 0.93 | 0.29 |
| Hex | 4E | 5 | 8F | 2D | 61 | 0 | 2C | 110 | 5D | 1D |
| Octal | 116 | 5 | 217 | 55 | 141 | 0 | 54 | 420 | 135 | 35 |
| Binary | 1001110 | 101 | 10001111 | 101101 | 1100001 | 0 | 101100 | 100010000 | 1011101 | 11101 |
Color Harmonies of #4E058F
Complementary color
Monochromatic Colors of #4E058F
Black with #4E058F
Text Example
Text Example
White with #4E058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E058F; }
p { color: rgb(78,5,143); }
H1.HeaderClassName
{
color: #4E058F;
}
.AnyTagClassName
{
color: #4E058F;
}
</style>
background-color css
<style>
a { background-color: #4E058F; }
a { background-color: rgb(78,5,143); }
div.DivClassName
{
background-color: #4E058F;
}
.BgClassName
{
background-color: #4E058F;
}
</style>
border-color css
<style>
span { border-color: #4E058F; }
span { border-color: rgb(78,5,143); }
td.TdClassName
{
border-color: #4E058F;
}
.TagClassName
{
border-color: #4E058F;
}
</style>