Shades of Indigo #4E1597
Tints of Indigo #4E1597
RGB
CMYK
RGB Variations
Color information
#4E1597 (or 0x4E1597) is known color: Indigo. HEX triplet: 4E, 15 and 97. RGB value is (78,21,151). Sum of RGB (Red+Green+Blue) = 78+21+151=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #4E1597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1597 is #B1EA68. Grayscale: #343434. Windows color (decimal): -11659881 or 9901390. OLE color: 9901390.
HSL color Cylindrical-coordinate representation of color #4E1597: hue angle of 266.31º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E1597 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 21 | 151 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.41 |
| HSL | 266.31º | 0.76% | 0.34% | - |
| HSV(B) | 266.31º | 0.86% | 0.59% | - |
| XYZ | 9 | 4.39 | 29.65 | - |
| YUV | 52.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 151 | 0.48 | 0.86 | 0 | 0.41 | 266.31 | 0.76 | 0.34 |
| Hex | 4E | 15 | 97 | 30 | 56 | 0 | 29 | 10A | 4C | 22 |
| Octal | 116 | 25 | 227 | 60 | 126 | 0 | 51 | 412 | 114 | 42 |
| Binary | 1001110 | 10101 | 10010111 | 110000 | 1010110 | 0 | 101001 | 100001010 | 1001100 | 100010 |
Color Harmonies of #4E1597
Complementary color
Monochromatic Colors of #4E1597
Black with #4E1597
Text Example
Text Example
White with #4E1597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1597; }
p { color: rgb(78,21,151); }
H1.HeaderClassName
{
color: #4E1597;
}
.AnyTagClassName
{
color: #4E1597;
}
</style>
background-color css
<style>
a { background-color: #4E1597; }
a { background-color: rgb(78,21,151); }
div.DivClassName
{
background-color: #4E1597;
}
.BgClassName
{
background-color: #4E1597;
}
</style>
border-color css
<style>
span { border-color: #4E1597; }
span { border-color: rgb(78,21,151); }
td.TdClassName
{
border-color: #4E1597;
}
.TagClassName
{
border-color: #4E1597;
}
</style>