Shades of Indigo #4E167A
Tints of Indigo #4E167A
RGB
CMYK
RGB Variations
Color information
#4E167A (or 0x4E167A) is known color: Indigo. HEX triplet: 4E, 16 and 7A. RGB value is (78,22,122). Sum of RGB (Red+Green+Blue) = 78+22+122=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 22 (8.98% from 255 or 9.91% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E167A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E167A is #B1E985. Grayscale: #313131. Windows color (decimal): -11659654 or 8001102. OLE color: 8001102.
HSL color Cylindrical-coordinate representation of color #4E167A: hue angle of 273.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E167A is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 22 | 122 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.52 |
| HSL | 273.6º | 0.69% | 0.28% | - |
| HSV(B) | 273.6º | 0.82% | 0.48% | - |
| XYZ | 6.94 | 3.6 | 18.74 | - |
| YUV | 50.14 | 168.55 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 122 | 0.36 | 0.82 | 0 | 0.52 | 273.6 | 0.69 | 0.28 |
| Hex | 4E | 16 | 7A | 24 | 52 | 0 | 34 | 112 | 45 | 1C |
| Octal | 116 | 26 | 172 | 44 | 122 | 0 | 64 | 422 | 105 | 34 |
| Binary | 1001110 | 10110 | 1111010 | 100100 | 1010010 | 0 | 110100 | 100010010 | 1000101 | 11100 |
Color Harmonies of #4E167A
Complementary color
Monochromatic Colors of #4E167A
Black with #4E167A
Text Example
Text Example
White with #4E167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E167A; }
p { color: rgb(78,22,122); }
H1.HeaderClassName
{
color: #4E167A;
}
.AnyTagClassName
{
color: #4E167A;
}
</style>
background-color css
<style>
a { background-color: #4E167A; }
a { background-color: rgb(78,22,122); }
div.DivClassName
{
background-color: #4E167A;
}
.BgClassName
{
background-color: #4E167A;
}
</style>
border-color css
<style>
span { border-color: #4E167A; }
span { border-color: rgb(78,22,122); }
td.TdClassName
{
border-color: #4E167A;
}
.TagClassName
{
border-color: #4E167A;
}
</style>