Shades of Indigo #4E006F
Tints of Indigo #4E006F
RGB
CMYK
RGB Variations
Color information
#4E006F (or 0x4E006F) is known color: Indigo. HEX triplet: 4E, 00 and 6F. RGB value is (78,0,111). Sum of RGB (Red+Green+Blue) = 78+0+111=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E006F is #B1FF90. Grayscale: #232323. Windows color (decimal): -11665297 or 7274574. OLE color: 7274574.
HSL color Cylindrical-coordinate representation of color #4E006F: hue angle of 282.16º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E006F is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 0 | 111 | - |
| CMYK | 0.30 | 1 | 0 | 0.56 |
| HSL | 282.16º | 1% | 0.22% | - |
| HSV(B) | 282.16º | 1% | 0.44% | - |
| XYZ | 6.01 | 2.77 | 15.26 | - |
| YUV | 35.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 111 | 0.30 | 1 | 0 | 0.56 | 282.16 | 1 | 0.22 |
| Hex | 4E | 0 | 6F | 1E | 64 | 0 | 38 | 11A | 64 | 16 |
| Octal | 116 | 0 | 157 | 36 | 144 | 0 | 70 | 432 | 144 | 26 |
| Binary | 1001110 | 0 | 1101111 | 11110 | 1100100 | 0 | 111000 | 100011010 | 1100100 | 10110 |
Color Harmonies of #4E006F
Complementary color
Monochromatic Colors of #4E006F
Black with #4E006F
Text Example
Text Example
White with #4E006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E006F; }
p { color: rgb(78,0,111); }
H1.HeaderClassName
{
color: #4E006F;
}
.AnyTagClassName
{
color: #4E006F;
}
</style>
background-color css
<style>
a { background-color: #4E006F; }
a { background-color: rgb(78,0,111); }
div.DivClassName
{
background-color: #4E006F;
}
.BgClassName
{
background-color: #4E006F;
}
</style>
border-color css
<style>
span { border-color: #4E006F; }
span { border-color: rgb(78,0,111); }
td.TdClassName
{
border-color: #4E006F;
}
.TagClassName
{
border-color: #4E006F;
}
</style>