Shades of Indigo #4E009B
Tints of Indigo #4E009B
RGB
CMYK
RGB Variations
Color information
#4E009B (or 0x4E009B) is known color: Indigo. HEX triplet: 4E, 00 and 9B. RGB value is (78,0,155). Sum of RGB (Red+Green+Blue) = 78+0+155=233 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.48% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E009B is #B1FF64. Grayscale: #282828. Windows color (decimal): -11665253 or 10158158. OLE color: 10158158.
HSL color Cylindrical-coordinate representation of color #4E009B: hue angle of 270.19º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E009B is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 0 | 155 | - |
| CMYK | 0.50 | 1 | 0 | 0.39 |
| HSL | 270.19º | 1% | 0.3% | - |
| HSV(B) | 270.19º | 1% | 0.61% | - |
| XYZ | 9.06 | 3.99 | 31.3 | - |
| YUV | 40.99 | 192.34 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 155 | 0.50 | 1 | 0 | 0.39 | 270.19 | 1 | 0.3 |
| Hex | 4E | 0 | 9B | 32 | 64 | 0 | 27 | 10E | 64 | 1E |
| Octal | 116 | 0 | 233 | 62 | 144 | 0 | 47 | 416 | 144 | 36 |
| Binary | 1001110 | 0 | 10011011 | 110010 | 1100100 | 0 | 100111 | 100001110 | 1100100 | 11110 |
Color Harmonies of #4E009B
Complementary color
Monochromatic Colors of #4E009B
Black with #4E009B
Text Example
Text Example
White with #4E009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E009B; }
p { color: rgb(78,0,155); }
H1.HeaderClassName
{
color: #4E009B;
}
.AnyTagClassName
{
color: #4E009B;
}
</style>
background-color css
<style>
a { background-color: #4E009B; }
a { background-color: rgb(78,0,155); }
div.DivClassName
{
background-color: #4E009B;
}
.BgClassName
{
background-color: #4E009B;
}
</style>
border-color css
<style>
span { border-color: #4E009B; }
span { border-color: rgb(78,0,155); }
td.TdClassName
{
border-color: #4E009B;
}
.TagClassName
{
border-color: #4E009B;
}
</style>