Shades of Indigo #4E006C
Tints of Indigo #4E006C
RGB
CMYK
RGB Variations
Color information
#4E006C (or 0x4E006C) is known color: Indigo. HEX triplet: 4E, 00 and 6C. RGB value is (78,0,108). Sum of RGB (Red+Green+Blue) = 78+0+108=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E006C is #B1FF93. Grayscale: #232323. Windows color (decimal): -11665300 or 7077966. OLE color: 7077966.
HSL color Cylindrical-coordinate representation of color #4E006C: hue angle of 283.33º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E006C is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 0 | 108 | - |
| CMYK | 0.28 | 1 | 0 | 0.58 |
| HSL | 283.33º | 1% | 0.21% | - |
| HSV(B) | 283.33º | 1% | 0.42% | - |
| XYZ | 5.85 | 2.7 | 14.4 | - |
| YUV | 35.63 | 168.84 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 108 | 0.28 | 1 | 0 | 0.58 | 283.33 | 1 | 0.21 |
| Hex | 4E | 0 | 6C | 1C | 64 | 0 | 3A | 11B | 64 | 15 |
| Octal | 116 | 0 | 154 | 34 | 144 | 0 | 72 | 433 | 144 | 25 |
| Binary | 1001110 | 0 | 1101100 | 11100 | 1100100 | 0 | 111010 | 100011011 | 1100100 | 10101 |
Color Harmonies of #4E006C
Complementary color
Monochromatic Colors of #4E006C
Black with #4E006C
Text Example
Text Example
White with #4E006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E006C; }
p { color: rgb(78,0,108); }
H1.HeaderClassName
{
color: #4E006C;
}
.AnyTagClassName
{
color: #4E006C;
}
</style>
background-color css
<style>
a { background-color: #4E006C; }
a { background-color: rgb(78,0,108); }
div.DivClassName
{
background-color: #4E006C;
}
.BgClassName
{
background-color: #4E006C;
}
</style>
border-color css
<style>
span { border-color: #4E006C; }
span { border-color: rgb(78,0,108); }
td.TdClassName
{
border-color: #4E006C;
}
.TagClassName
{
border-color: #4E006C;
}
</style>