Shades of Indigo #4E177F
Tints of Indigo #4E177F
RGB
CMYK
RGB Variations
Color information
#4E177F (or 0x4E177F) is known color: Indigo. HEX triplet: 4E, 17 and 7F. RGB value is (78,23,127). Sum of RGB (Red+Green+Blue) = 78+23+127=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E177F is #B1E880. Grayscale: #323232. Windows color (decimal): -11659393 or 8329038. OLE color: 8329038.
HSL color Cylindrical-coordinate representation of color #4E177F: hue angle of 271.73º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4E177F is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 23 | 127 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.50 |
| HSL | 271.73º | 0.69% | 0.29% | - |
| HSV(B) | 271.73º | 0.82% | 0.5% | - |
| XYZ | 7.28 | 3.76 | 20.42 | - |
| YUV | 51.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 127 | 0.39 | 0.82 | 0 | 0.50 | 271.73 | 0.69 | 0.29 |
| Hex | 4E | 17 | 7F | 27 | 52 | 0 | 32 | 110 | 45 | 1D |
| Octal | 116 | 27 | 177 | 47 | 122 | 0 | 62 | 420 | 105 | 35 |
| Binary | 1001110 | 10111 | 1111111 | 100111 | 1010010 | 0 | 110010 | 100010000 | 1000101 | 11101 |
Color Harmonies of #4E177F
Complementary color
Monochromatic Colors of #4E177F
Black with #4E177F
Text Example
Text Example
White with #4E177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E177F; }
p { color: rgb(78,23,127); }
H1.HeaderClassName
{
color: #4E177F;
}
.AnyTagClassName
{
color: #4E177F;
}
</style>
background-color css
<style>
a { background-color: #4E177F; }
a { background-color: rgb(78,23,127); }
div.DivClassName
{
background-color: #4E177F;
}
.BgClassName
{
background-color: #4E177F;
}
</style>
border-color css
<style>
span { border-color: #4E177F; }
span { border-color: rgb(78,23,127); }
td.TdClassName
{
border-color: #4E177F;
}
.TagClassName
{
border-color: #4E177F;
}
</style>