Shades of Indigo #4E177C
Tints of Indigo #4E177C
RGB
CMYK
RGB Variations
Color information
#4E177C (or 0x4E177C) is known color: Indigo. HEX triplet: 4E, 17 and 7C. RGB value is (78,23,124). Sum of RGB (Red+Green+Blue) = 78+23+124=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E177C is #B1E883. Grayscale: #323232. Windows color (decimal): -11659396 or 8132430. OLE color: 8132430.
HSL color Cylindrical-coordinate representation of color #4E177C: hue angle of 272.67º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E177C is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 23 | 124 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.51 |
| HSL | 272.67º | 0.69% | 0.29% | - |
| HSV(B) | 272.67º | 0.81% | 0.49% | - |
| XYZ | 7.09 | 3.69 | 19.41 | - |
| YUV | 50.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 124 | 0.37 | 0.81 | 0 | 0.51 | 272.67 | 0.69 | 0.29 |
| Hex | 4E | 17 | 7C | 25 | 51 | 0 | 33 | 111 | 45 | 1D |
| Octal | 116 | 27 | 174 | 45 | 121 | 0 | 63 | 421 | 105 | 35 |
| Binary | 1001110 | 10111 | 1111100 | 100101 | 1010001 | 0 | 110011 | 100010001 | 1000101 | 11101 |
Color Harmonies of #4E177C
Complementary color
Monochromatic Colors of #4E177C
Black with #4E177C
Text Example
Text Example
White with #4E177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E177C; }
p { color: rgb(78,23,124); }
H1.HeaderClassName
{
color: #4E177C;
}
.AnyTagClassName
{
color: #4E177C;
}
</style>
background-color css
<style>
a { background-color: #4E177C; }
a { background-color: rgb(78,23,124); }
div.DivClassName
{
background-color: #4E177C;
}
.BgClassName
{
background-color: #4E177C;
}
</style>
border-color css
<style>
span { border-color: #4E177C; }
span { border-color: rgb(78,23,124); }
td.TdClassName
{
border-color: #4E177C;
}
.TagClassName
{
border-color: #4E177C;
}
</style>