Shades of Indigo #5E03A9
Tints of Indigo #5E03A9
RGB
CMYK
RGB Variations
Color information
#5E03A9 (or 0x5E03A9) is known color: Indigo. HEX triplet: 5E, 03 and A9. RGB value is (94,3,169). Sum of RGB (Red+Green+Blue) = 94+3+169=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 169 (66.41% from 255 or 63.53% from 266); Max value from RGB is 169 - color contains mainly: blue. Hex color #5E03A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E03A9 is #A1FC56. Grayscale: #303030. Windows color (decimal): -10615895 or 11076446. OLE color: 11076446.
HSL color Cylindrical-coordinate representation of color #5E03A9: hue angle of 272.89º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E03A9 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 3 | 169 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.34 |
| HSL | 272.89º | 0.97% | 0.34% | - |
| HSV(B) | 272.89º | 0.98% | 0.66% | - |
| XYZ | 11.81 | 5.31 | 37.94 | - |
| YUV | 49.13 | 195.65 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 169 | 0.44 | 0.98 | 0 | 0.34 | 272.89 | 0.97 | 0.34 |
| Hex | 5E | 3 | A9 | 2C | 62 | 0 | 22 | 111 | 61 | 22 |
| Octal | 136 | 3 | 251 | 54 | 142 | 0 | 42 | 421 | 141 | 42 |
| Binary | 1011110 | 11 | 10101001 | 101100 | 1100010 | 0 | 100010 | 100010001 | 1100001 | 100010 |
Color Harmonies of #5E03A9
Complementary color
Monochromatic Colors of #5E03A9
Black with #5E03A9
Text Example
Text Example
White with #5E03A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E03A9; }
p { color: rgb(94,3,169); }
H1.HeaderClassName
{
color: #5E03A9;
}
.AnyTagClassName
{
color: #5E03A9;
}
</style>
background-color css
<style>
a { background-color: #5E03A9; }
a { background-color: rgb(94,3,169); }
div.DivClassName
{
background-color: #5E03A9;
}
.BgClassName
{
background-color: #5E03A9;
}
</style>
border-color css
<style>
span { border-color: #5E03A9; }
span { border-color: rgb(94,3,169); }
td.TdClassName
{
border-color: #5E03A9;
}
.TagClassName
{
border-color: #5E03A9;
}
</style>