Shades of Indigo #5E03AB
Tints of Indigo #5E03AB
RGB
CMYK
RGB Variations
Color information
#5E03AB (or 0x5E03AB) is known color: Indigo. HEX triplet: 5E, 03 and AB. RGB value is (94,3,171). Sum of RGB (Red+Green+Blue) = 94+3+171=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E03AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E03AB is #A1FC54. Grayscale: #303030. Windows color (decimal): -10615893 or 11207518. OLE color: 11207518.
HSL color Cylindrical-coordinate representation of color #5E03AB: hue angle of 272.5º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E03AB is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 3 | 171 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.33 |
| HSL | 272.5º | 0.97% | 0.34% | - |
| HSV(B) | 272.5º | 0.98% | 0.67% | - |
| XYZ | 12 | 5.39 | 38.94 | - |
| YUV | 49.36 | 196.65 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 171 | 0.45 | 0.98 | 0 | 0.33 | 272.5 | 0.97 | 0.34 |
| Hex | 5E | 3 | AB | 2D | 62 | 0 | 21 | 110 | 61 | 22 |
| Octal | 136 | 3 | 253 | 55 | 142 | 0 | 41 | 420 | 141 | 42 |
| Binary | 1011110 | 11 | 10101011 | 101101 | 1100010 | 0 | 100001 | 100010000 | 1100001 | 100010 |
Color Harmonies of #5E03AB
Complementary color
Monochromatic Colors of #5E03AB
Black with #5E03AB
Text Example
Text Example
White with #5E03AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E03AB; }
p { color: rgb(94,3,171); }
H1.HeaderClassName
{
color: #5E03AB;
}
.AnyTagClassName
{
color: #5E03AB;
}
</style>
background-color css
<style>
a { background-color: #5E03AB; }
a { background-color: rgb(94,3,171); }
div.DivClassName
{
background-color: #5E03AB;
}
.BgClassName
{
background-color: #5E03AB;
}
</style>
border-color css
<style>
span { border-color: #5E03AB; }
span { border-color: rgb(94,3,171); }
td.TdClassName
{
border-color: #5E03AB;
}
.TagClassName
{
border-color: #5E03AB;
}
</style>