Shades of Indigo #5E04AB
Tints of Indigo #5E04AB
RGB
CMYK
RGB Variations
Color information
#5E04AB (or 0x5E04AB) is known color: Indigo. HEX triplet: 5E, 04 and AB. RGB value is (94,4,171). Sum of RGB (Red+Green+Blue) = 94+4+171=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E04AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E04AB is #A1FB54. Grayscale: #313131. Windows color (decimal): -10615637 or 11207774. OLE color: 11207774.
HSL color Cylindrical-coordinate representation of color #5E04AB: hue angle of 272.34º degrees, saturation: 0.95, 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 #5E04AB is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 4 | 171 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.33 |
| HSL | 272.34º | 0.95% | 0.34% | - |
| HSV(B) | 272.34º | 0.98% | 0.67% | - |
| XYZ | 12.01 | 5.41 | 38.94 | - |
| YUV | 49.95 | 196.32 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 171 | 0.45 | 0.98 | 0 | 0.33 | 272.34 | 0.95 | 0.34 |
| Hex | 5E | 4 | AB | 2D | 62 | 0 | 21 | 110 | 5F | 22 |
| Octal | 136 | 4 | 253 | 55 | 142 | 0 | 41 | 420 | 137 | 42 |
| Binary | 1011110 | 100 | 10101011 | 101101 | 1100010 | 0 | 100001 | 100010000 | 1011111 | 100010 |
Color Harmonies of #5E04AB
Complementary color
Monochromatic Colors of #5E04AB
Black with #5E04AB
Text Example
Text Example
White with #5E04AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04AB; }
p { color: rgb(94,4,171); }
H1.HeaderClassName
{
color: #5E04AB;
}
.AnyTagClassName
{
color: #5E04AB;
}
</style>
background-color css
<style>
a { background-color: #5E04AB; }
a { background-color: rgb(94,4,171); }
div.DivClassName
{
background-color: #5E04AB;
}
.BgClassName
{
background-color: #5E04AB;
}
</style>
border-color css
<style>
span { border-color: #5E04AB; }
span { border-color: rgb(94,4,171); }
td.TdClassName
{
border-color: #5E04AB;
}
.TagClassName
{
border-color: #5E04AB;
}
</style>