Shades of Indigo #4E167C
Tints of Indigo #4E167C
RGB
CMYK
RGB Variations
Color information
#4E167C (or 0x4E167C) is known color: Indigo. HEX triplet: 4E, 16 and 7C. RGB value is (78,22,124). Sum of RGB (Red+Green+Blue) = 78+22+124=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E167C is #B1E983. Grayscale: #323232. Windows color (decimal): -11659652 or 8132174. OLE color: 8132174.
HSL color Cylindrical-coordinate representation of color #4E167C: hue angle of 272.94º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E167C is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 22 | 124 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.51 |
| HSL | 272.94º | 0.7% | 0.29% | - |
| HSV(B) | 272.94º | 0.82% | 0.49% | - |
| XYZ | 7.07 | 3.65 | 19.4 | - |
| YUV | 50.37 | 169.55 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 124 | 0.37 | 0.82 | 0 | 0.51 | 272.94 | 0.7 | 0.29 |
| Hex | 4E | 16 | 7C | 25 | 52 | 0 | 33 | 111 | 46 | 1D |
| Octal | 116 | 26 | 174 | 45 | 122 | 0 | 63 | 421 | 106 | 35 |
| Binary | 1001110 | 10110 | 1111100 | 100101 | 1010010 | 0 | 110011 | 100010001 | 1000110 | 11101 |
Color Harmonies of #4E167C
Complementary color
Monochromatic Colors of #4E167C
Black with #4E167C
Text Example
Text Example
White with #4E167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E167C; }
p { color: rgb(78,22,124); }
H1.HeaderClassName
{
color: #4E167C;
}
.AnyTagClassName
{
color: #4E167C;
}
</style>
background-color css
<style>
a { background-color: #4E167C; }
a { background-color: rgb(78,22,124); }
div.DivClassName
{
background-color: #4E167C;
}
.BgClassName
{
background-color: #4E167C;
}
</style>
border-color css
<style>
span { border-color: #4E167C; }
span { border-color: rgb(78,22,124); }
td.TdClassName
{
border-color: #4E167C;
}
.TagClassName
{
border-color: #4E167C;
}
</style>