Shades of Indigo #4E126F
Tints of Indigo #4E126F
RGB
CMYK
RGB Variations
Color information
#4E126F (or 0x4E126F) is known color: Indigo. HEX triplet: 4E, 12 and 6F. RGB value is (78,18,111). Sum of RGB (Red+Green+Blue) = 78+18+111=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E126F is #B1ED90. Grayscale: #2E2E2E. Windows color (decimal): -11660689 or 7279182. OLE color: 7279182.
HSL color Cylindrical-coordinate representation of color #4E126F: hue angle of 278.71º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E126F is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 18 | 111 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.56 |
| HSL | 278.71º | 0.72% | 0.25% | - |
| HSV(B) | 278.71º | 0.84% | 0.44% | - |
| XYZ | 6.23 | 3.2 | 15.33 | - |
| YUV | 46.54 | 164.38 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 111 | 0.30 | 0.84 | 0 | 0.56 | 278.71 | 0.72 | 0.25 |
| Hex | 4E | 12 | 6F | 1E | 54 | 0 | 38 | 117 | 48 | 19 |
| Octal | 116 | 22 | 157 | 36 | 124 | 0 | 70 | 427 | 110 | 31 |
| Binary | 1001110 | 10010 | 1101111 | 11110 | 1010100 | 0 | 111000 | 100010111 | 1001000 | 11001 |
Color Harmonies of #4E126F
Complementary color
Monochromatic Colors of #4E126F
Black with #4E126F
Text Example
Text Example
White with #4E126F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E126F; }
p { color: rgb(78,18,111); }
H1.HeaderClassName
{
color: #4E126F;
}
.AnyTagClassName
{
color: #4E126F;
}
</style>
background-color css
<style>
a { background-color: #4E126F; }
a { background-color: rgb(78,18,111); }
div.DivClassName
{
background-color: #4E126F;
}
.BgClassName
{
background-color: #4E126F;
}
</style>
border-color css
<style>
span { border-color: #4E126F; }
span { border-color: rgb(78,18,111); }
td.TdClassName
{
border-color: #4E126F;
}
.TagClassName
{
border-color: #4E126F;
}
</style>