Shades of Indigo #4E0168
Tints of Indigo #4E0168
RGB
CMYK
RGB Variations
Color information
#4E0168 (or 0x4E0168) is known color: Indigo. HEX triplet: 4E, 01 and 68. RGB value is (78,1,104). Sum of RGB (Red+Green+Blue) = 78+1+104=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E0168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0168 is #B1FE97. Grayscale: #232323. Windows color (decimal): -11665048 or 6816078. OLE color: 6816078.
HSL color Cylindrical-coordinate representation of color #4E0168: hue angle of 284.85º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0168 is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 1 | 104 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.59 |
| HSL | 284.85º | 0.98% | 0.21% | - |
| HSV(B) | 284.85º | 0.99% | 0.41% | - |
| XYZ | 5.65 | 2.64 | 13.31 | - |
| YUV | 35.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 104 | 0.25 | 0.99 | 0 | 0.59 | 284.85 | 0.98 | 0.21 |
| Hex | 4E | 1 | 68 | 19 | 63 | 0 | 3B | 11D | 62 | 15 |
| Octal | 116 | 1 | 150 | 31 | 143 | 0 | 73 | 435 | 142 | 25 |
| Binary | 1001110 | 1 | 1101000 | 11001 | 1100011 | 0 | 111011 | 100011101 | 1100010 | 10101 |
Color Harmonies of #4E0168
Complementary color
Monochromatic Colors of #4E0168
Black with #4E0168
Text Example
Text Example
White with #4E0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0168; }
p { color: rgb(78,1,104); }
H1.HeaderClassName
{
color: #4E0168;
}
.AnyTagClassName
{
color: #4E0168;
}
</style>
background-color css
<style>
a { background-color: #4E0168; }
a { background-color: rgb(78,1,104); }
div.DivClassName
{
background-color: #4E0168;
}
.BgClassName
{
background-color: #4E0168;
}
</style>
border-color css
<style>
span { border-color: #4E0168; }
span { border-color: rgb(78,1,104); }
td.TdClassName
{
border-color: #4E0168;
}
.TagClassName
{
border-color: #4E0168;
}
</style>