Shades of Indigo #4E0F6C
Tints of Indigo #4E0F6C
RGB
CMYK
RGB Variations
Color information
#4E0F6C (or 0x4E0F6C) is known color: Indigo. HEX triplet: 4E, 0F and 6C. RGB value is (78,15,108). Sum of RGB (Red+Green+Blue) = 78+15+108=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E0F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0F6C is #B1F093. Grayscale: #2C2C2C. Windows color (decimal): -11661460 or 7081806. OLE color: 7081806.
HSL color Cylindrical-coordinate representation of color #4E0F6C: hue angle of 280.65º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E0F6C is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 15 | 108 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.58 |
| HSL | 280.65º | 0.76% | 0.24% | - |
| HSV(B) | 280.65º | 0.86% | 0.42% | - |
| XYZ | 6.02 | 3.04 | 14.46 | - |
| YUV | 44.44 | 163.87 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 15 | 108 | 0.28 | 0.86 | 0 | 0.58 | 280.65 | 0.76 | 0.24 |
| Hex | 4E | F | 6C | 1C | 56 | 0 | 3A | 119 | 4C | 18 |
| Octal | 116 | 17 | 154 | 34 | 126 | 0 | 72 | 431 | 114 | 30 |
| Binary | 1001110 | 1111 | 1101100 | 11100 | 1010110 | 0 | 111010 | 100011001 | 1001100 | 11000 |
Color Harmonies of #4E0F6C
Complementary color
Monochromatic Colors of #4E0F6C
Black with #4E0F6C
Text Example
Text Example
White with #4E0F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0F6C; }
p { color: rgb(78,15,108); }
H1.HeaderClassName
{
color: #4E0F6C;
}
.AnyTagClassName
{
color: #4E0F6C;
}
</style>
background-color css
<style>
a { background-color: #4E0F6C; }
a { background-color: rgb(78,15,108); }
div.DivClassName
{
background-color: #4E0F6C;
}
.BgClassName
{
background-color: #4E0F6C;
}
</style>
border-color css
<style>
span { border-color: #4E0F6C; }
span { border-color: rgb(78,15,108); }
td.TdClassName
{
border-color: #4E0F6C;
}
.TagClassName
{
border-color: #4E0F6C;
}
</style>