Shades of Indigo #4E0674
Tints of Indigo #4E0674
RGB
CMYK
RGB Variations
Color information
#4E0674 (or 0x4E0674) is known color: Indigo. HEX triplet: 4E, 06 and 74. RGB value is (78,6,116). Sum of RGB (Red+Green+Blue) = 78+6+116=200 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #4E0674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0674 is #B1F98B. Grayscale: #272727. Windows color (decimal): -11663756 or 7603790. OLE color: 7603790.
HSL color Cylindrical-coordinate representation of color #4E0674: hue angle of 279.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E0674 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 6 | 116 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.55 |
| HSL | 279.27º | 0.9% | 0.24% | - |
| HSV(B) | 279.27º | 0.95% | 0.45% | - |
| XYZ | 6.36 | 3.01 | 16.77 | - |
| YUV | 40.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 6 | 116 | 0.33 | 0.95 | 0 | 0.55 | 279.27 | 0.9 | 0.24 |
| Hex | 4E | 6 | 74 | 21 | 5F | 0 | 37 | 117 | 5A | 18 |
| Octal | 116 | 6 | 164 | 41 | 137 | 0 | 67 | 427 | 132 | 30 |
| Binary | 1001110 | 110 | 1110100 | 100001 | 1011111 | 0 | 110111 | 100010111 | 1011010 | 11000 |
Color Harmonies of #4E0674
Complementary color
Monochromatic Colors of #4E0674
Black with #4E0674
Text Example
Text Example
White with #4E0674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0674; }
p { color: rgb(78,6,116); }
H1.HeaderClassName
{
color: #4E0674;
}
.AnyTagClassName
{
color: #4E0674;
}
</style>
background-color css
<style>
a { background-color: #4E0674; }
a { background-color: rgb(78,6,116); }
div.DivClassName
{
background-color: #4E0674;
}
.BgClassName
{
background-color: #4E0674;
}
</style>
border-color css
<style>
span { border-color: #4E0674; }
span { border-color: rgb(78,6,116); }
td.TdClassName
{
border-color: #4E0674;
}
.TagClassName
{
border-color: #4E0674;
}
</style>