Shades of Indigo #4E019C
Tints of Indigo #4E019C
RGB
CMYK
RGB Variations
Color information
#4E019C (or 0x4E019C) is known color: Indigo. HEX triplet: 4E, 01 and 9C. RGB value is (78,1,156). Sum of RGB (Red+Green+Blue) = 78+1+156=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E019C is #B1FE63. Grayscale: #292929. Windows color (decimal): -11664996 or 10223950. OLE color: 10223950.
HSL color Cylindrical-coordinate representation of color #4E019C: hue angle of 269.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E019C is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 1 | 156 | - |
| CMYK | 0.5 | 0.99 | 0 | 0.39 |
| HSL | 269.81º | 0.99% | 0.31% | - |
| HSV(B) | 269.81º | 0.99% | 0.61% | - |
| XYZ | 9.15 | 4.04 | 31.75 | - |
| YUV | 41.69 | 192.51 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 156 | 0.5 | 0.99 | 0 | 0.39 | 269.81 | 0.99 | 0.31 |
| Hex | 4E | 1 | 9C | 32 | 63 | 0 | 27 | 10E | 63 | 1F |
| Octal | 116 | 1 | 234 | 62 | 143 | 0 | 47 | 416 | 143 | 37 |
| Binary | 1001110 | 1 | 10011100 | 110010 | 1100011 | 0 | 100111 | 100001110 | 1100011 | 11111 |
Color Harmonies of #4E019C
Complementary color
Monochromatic Colors of #4E019C
Black with #4E019C
Text Example
Text Example
White with #4E019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E019C; }
p { color: rgb(78,1,156); }
H1.HeaderClassName
{
color: #4E019C;
}
.AnyTagClassName
{
color: #4E019C;
}
</style>
background-color css
<style>
a { background-color: #4E019C; }
a { background-color: rgb(78,1,156); }
div.DivClassName
{
background-color: #4E019C;
}
.BgClassName
{
background-color: #4E019C;
}
</style>
border-color css
<style>
span { border-color: #4E019C; }
span { border-color: rgb(78,1,156); }
td.TdClassName
{
border-color: #4E019C;
}
.TagClassName
{
border-color: #4E019C;
}
</style>