Shades of Indigo #4E0198
Tints of Indigo #4E0198
RGB
CMYK
RGB Variations
Color information
#4E0198 (or 0x4E0198) is known color: Indigo. HEX triplet: 4E, 01 and 98. RGB value is (78,1,152). Sum of RGB (Red+Green+Blue) = 78+1+152=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #4E0198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0198 is #B1FE67. Grayscale: #282828. Windows color (decimal): -11665000 or 9961806. OLE color: 9961806.
HSL color Cylindrical-coordinate representation of color #4E0198: hue angle of 270.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0198 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 1 | 152 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.40 |
| HSL | 270.6º | 0.99% | 0.3% | - |
| HSV(B) | 270.6º | 0.99% | 0.6% | - |
| XYZ | 8.82 | 3.91 | 30 | - |
| YUV | 41.24 | 190.51 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 1 | 152 | 0.49 | 0.99 | 0 | 0.40 | 270.6 | 0.99 | 0.3 |
| Hex | 4E | 1 | 98 | 31 | 63 | 0 | 28 | 10F | 63 | 1E |
| Octal | 116 | 1 | 230 | 61 | 143 | 0 | 50 | 417 | 143 | 36 |
| Binary | 1001110 | 1 | 10011000 | 110001 | 1100011 | 0 | 101000 | 100001111 | 1100011 | 11110 |
Color Harmonies of #4E0198
Complementary color
Monochromatic Colors of #4E0198
Black with #4E0198
Text Example
Text Example
White with #4E0198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0198; }
p { color: rgb(78,1,152); }
H1.HeaderClassName
{
color: #4E0198;
}
.AnyTagClassName
{
color: #4E0198;
}
</style>
background-color css
<style>
a { background-color: #4E0198; }
a { background-color: rgb(78,1,152); }
div.DivClassName
{
background-color: #4E0198;
}
.BgClassName
{
background-color: #4E0198;
}
</style>
border-color css
<style>
span { border-color: #4E0198; }
span { border-color: rgb(78,1,152); }
td.TdClassName
{
border-color: #4E0198;
}
.TagClassName
{
border-color: #4E0198;
}
</style>