Shades of Indigo #4E059B
Tints of Indigo #4E059B
RGB
CMYK
RGB Variations
Color information
#4E059B (or 0x4E059B) is known color: Indigo. HEX triplet: 4E, 05 and 9B. RGB value is (78,5,155). Sum of RGB (Red+Green+Blue) = 78+5+155=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E059B is #B1FA64. Grayscale: #2B2B2B. Windows color (decimal): -11663973 or 10159438. OLE color: 10159438.
HSL color Cylindrical-coordinate representation of color #4E059B: hue angle of 269.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E059B is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 5 | 155 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.39 |
| HSL | 269.2º | 0.94% | 0.31% | - |
| HSV(B) | 269.2º | 0.97% | 0.61% | - |
| XYZ | 9.11 | 4.09 | 31.32 | - |
| YUV | 43.93 | 190.68 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 5 | 155 | 0.50 | 0.97 | 0 | 0.39 | 269.2 | 0.94 | 0.31 |
| Hex | 4E | 5 | 9B | 32 | 61 | 0 | 27 | 10D | 5E | 1F |
| Octal | 116 | 5 | 233 | 62 | 141 | 0 | 47 | 415 | 136 | 37 |
| Binary | 1001110 | 101 | 10011011 | 110010 | 1100001 | 0 | 100111 | 100001101 | 1011110 | 11111 |
Color Harmonies of #4E059B
Complementary color
Monochromatic Colors of #4E059B
Black with #4E059B
Text Example
Text Example
White with #4E059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E059B; }
p { color: rgb(78,5,155); }
H1.HeaderClassName
{
color: #4E059B;
}
.AnyTagClassName
{
color: #4E059B;
}
</style>
background-color css
<style>
a { background-color: #4E059B; }
a { background-color: rgb(78,5,155); }
div.DivClassName
{
background-color: #4E059B;
}
.BgClassName
{
background-color: #4E059B;
}
</style>
border-color css
<style>
span { border-color: #4E059B; }
span { border-color: rgb(78,5,155); }
td.TdClassName
{
border-color: #4E059B;
}
.TagClassName
{
border-color: #4E059B;
}
</style>