Shades of Indigo #4E0B67
Tints of Indigo #4E0B67
RGB
CMYK
RGB Variations
Color information
#4E0B67 (or 0x4E0B67) is known color: Indigo. HEX triplet: 4E, 0B and 67. RGB value is (78,11,103). Sum of RGB (Red+Green+Blue) = 78+11+103=192 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.62% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E0B67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0B67 is #B1F498. Grayscale: #292929. Windows color (decimal): -11662489 or 6753102. OLE color: 6753102.
HSL color Cylindrical-coordinate representation of color #4E0B67: hue angle of 283.7º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E0B67 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 11 | 103 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.60 |
| HSL | 283.7º | 0.81% | 0.22% | - |
| HSV(B) | 283.7º | 0.89% | 0.4% | - |
| XYZ | 5.71 | 2.84 | 13.08 | - |
| YUV | 41.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 11 | 103 | 0.24 | 0.89 | 0 | 0.60 | 283.7 | 0.81 | 0.22 |
| Hex | 4E | B | 67 | 18 | 59 | 0 | 3C | 11C | 51 | 16 |
| Octal | 116 | 13 | 147 | 30 | 131 | 0 | 74 | 434 | 121 | 26 |
| Binary | 1001110 | 1011 | 1100111 | 11000 | 1011001 | 0 | 111100 | 100011100 | 1010001 | 10110 |
Color Harmonies of #4E0B67
Complementary color
Monochromatic Colors of #4E0B67
Black with #4E0B67
Text Example
Text Example
White with #4E0B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0B67; }
p { color: rgb(78,11,103); }
H1.HeaderClassName
{
color: #4E0B67;
}
.AnyTagClassName
{
color: #4E0B67;
}
</style>
background-color css
<style>
a { background-color: #4E0B67; }
a { background-color: rgb(78,11,103); }
div.DivClassName
{
background-color: #4E0B67;
}
.BgClassName
{
background-color: #4E0B67;
}
</style>
border-color css
<style>
span { border-color: #4E0B67; }
span { border-color: rgb(78,11,103); }
td.TdClassName
{
border-color: #4E0B67;
}
.TagClassName
{
border-color: #4E0B67;
}
</style>