Shades of Indigo #4E13A2
Tints of Indigo #4E13A2
RGB
CMYK
RGB Variations
Color information
#4E13A2 (or 0x4E13A2) is known color: Indigo. HEX triplet: 4E, 13 and A2. RGB value is (78,19,162). Sum of RGB (Red+Green+Blue) = 78+19+162=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 162 (63.67% from 255 or 62.55% from 259); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E13A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E13A2 is #B1EC5D. Grayscale: #343434. Windows color (decimal): -11660382 or 10621774. OLE color: 10621774.
HSL color Cylindrical-coordinate representation of color #4E13A2: hue angle of 264.76º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E13A2 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 19 | 162 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.36 |
| HSL | 264.76º | 0.79% | 0.35% | - |
| HSV(B) | 264.76º | 0.88% | 0.64% | - |
| XYZ | 9.9 | 4.69 | 34.57 | - |
| YUV | 52.94 | 189.55 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 162 | 0.52 | 0.88 | 0 | 0.36 | 264.76 | 0.79 | 0.35 |
| Hex | 4E | 13 | A2 | 34 | 58 | 0 | 24 | 109 | 4F | 23 |
| Octal | 116 | 23 | 242 | 64 | 130 | 0 | 44 | 411 | 117 | 43 |
| Binary | 1001110 | 10011 | 10100010 | 110100 | 1011000 | 0 | 100100 | 100001001 | 1001111 | 100011 |
Color Harmonies of #4E13A2
Complementary color
Monochromatic Colors of #4E13A2
Black with #4E13A2
Text Example
Text Example
White with #4E13A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E13A2; }
p { color: rgb(78,19,162); }
H1.HeaderClassName
{
color: #4E13A2;
}
.AnyTagClassName
{
color: #4E13A2;
}
</style>
background-color css
<style>
a { background-color: #4E13A2; }
a { background-color: rgb(78,19,162); }
div.DivClassName
{
background-color: #4E13A2;
}
.BgClassName
{
background-color: #4E13A2;
}
</style>
border-color css
<style>
span { border-color: #4E13A2; }
span { border-color: rgb(78,19,162); }
td.TdClassName
{
border-color: #4E13A2;
}
.TagClassName
{
border-color: #4E13A2;
}
</style>