Shades of Indigo #4E1677
Tints of Indigo #4E1677
RGB
CMYK
RGB Variations
Color information
#4E1677 (or 0x4E1677) is known color: Indigo. HEX triplet: 4E, 16 and 77. RGB value is (78,22,119). Sum of RGB (Red+Green+Blue) = 78+22+119=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #4E1677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1677 is #B1E988. Grayscale: #313131. Windows color (decimal): -11659657 or 7804494. OLE color: 7804494.
HSL color Cylindrical-coordinate representation of color #4E1677: hue angle of 274.64º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E1677 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 78 | 22 | 119 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.53 |
| HSL | 274.64º | 0.69% | 0.28% | - |
| HSV(B) | 274.64º | 0.82% | 0.47% | - |
| XYZ | 6.76 | 3.53 | 17.78 | - |
| YUV | 49.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 119 | 0.34 | 0.82 | 0 | 0.53 | 274.64 | 0.69 | 0.28 |
| Hex | 4E | 16 | 77 | 22 | 52 | 0 | 35 | 113 | 45 | 1C |
| Octal | 116 | 26 | 167 | 42 | 122 | 0 | 65 | 423 | 105 | 34 |
| Binary | 1001110 | 10110 | 1110111 | 100010 | 1010010 | 0 | 110101 | 100010011 | 1000101 | 11100 |
Color Harmonies of #4E1677
Complementary color
Monochromatic Colors of #4E1677
Black with #4E1677
Text Example
Text Example
White with #4E1677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1677; }
p { color: rgb(78,22,119); }
H1.HeaderClassName
{
color: #4E1677;
}
.AnyTagClassName
{
color: #4E1677;
}
</style>
background-color css
<style>
a { background-color: #4E1677; }
a { background-color: rgb(78,22,119); }
div.DivClassName
{
background-color: #4E1677;
}
.BgClassName
{
background-color: #4E1677;
}
</style>
border-color css
<style>
span { border-color: #4E1677; }
span { border-color: rgb(78,22,119); }
td.TdClassName
{
border-color: #4E1677;
}
.TagClassName
{
border-color: #4E1677;
}
</style>