Shades of Indigo #4E0875
Tints of Indigo #4E0875
RGB
CMYK
RGB Variations
Color information
#4E0875 (or 0x4E0875) is known color: Indigo. HEX triplet: 4E, 08 and 75. RGB value is (78,8,117). Sum of RGB (Red+Green+Blue) = 78+8+117=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E0875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0875 is #B1F78A. Grayscale: #282828. Windows color (decimal): -11663243 or 7669838. OLE color: 7669838.
HSL color Cylindrical-coordinate representation of color #4E0875: hue angle of 278.53º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0875 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 78 | 8 | 117 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.54 |
| HSL | 278.53º | 0.87% | 0.25% | - |
| HSV(B) | 278.53º | 0.93% | 0.46% | - |
| XYZ | 6.44 | 3.08 | 17.08 | - |
| YUV | 41.36 | 170.69 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 117 | 0.33 | 0.93 | 0 | 0.54 | 278.53 | 0.87 | 0.25 |
| Hex | 4E | 8 | 75 | 21 | 5D | 0 | 36 | 117 | 57 | 19 |
| Octal | 116 | 10 | 165 | 41 | 135 | 0 | 66 | 427 | 127 | 31 |
| Binary | 1001110 | 1000 | 1110101 | 100001 | 1011101 | 0 | 110110 | 100010111 | 1010111 | 11001 |
Color Harmonies of #4E0875
Complementary color
Monochromatic Colors of #4E0875
Black with #4E0875
Text Example
Text Example
White with #4E0875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0875; }
p { color: rgb(78,8,117); }
H1.HeaderClassName
{
color: #4E0875;
}
.AnyTagClassName
{
color: #4E0875;
}
</style>
background-color css
<style>
a { background-color: #4E0875; }
a { background-color: rgb(78,8,117); }
div.DivClassName
{
background-color: #4E0875;
}
.BgClassName
{
background-color: #4E0875;
}
</style>
border-color css
<style>
span { border-color: #4E0875; }
span { border-color: rgb(78,8,117); }
td.TdClassName
{
border-color: #4E0875;
}
.TagClassName
{
border-color: #4E0875;
}
</style>