Shades of Indigo #5E05AB
Tints of Indigo #5E05AB
RGB
CMYK
RGB Variations
Color information
#5E05AB (or 0x5E05AB) is known color: Indigo. HEX triplet: 5E, 05 and AB. RGB value is (94,5,171). Sum of RGB (Red+Green+Blue) = 94+5+171=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E05AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E05AB is #A1FA54. Grayscale: #313131. Windows color (decimal): -10615381 or 11208030. OLE color: 11208030.
HSL color Cylindrical-coordinate representation of color #5E05AB: hue angle of 272.17º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E05AB is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 5 | 171 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.33 |
| HSL | 272.17º | 0.94% | 0.35% | - |
| HSV(B) | 272.17º | 0.97% | 0.67% | - |
| XYZ | 12.02 | 5.43 | 38.94 | - |
| YUV | 50.54 | 195.99 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 171 | 0.45 | 0.97 | 0 | 0.33 | 272.17 | 0.94 | 0.35 |
| Hex | 5E | 5 | AB | 2D | 61 | 0 | 21 | 110 | 5E | 23 |
| Octal | 136 | 5 | 253 | 55 | 141 | 0 | 41 | 420 | 136 | 43 |
| Binary | 1011110 | 101 | 10101011 | 101101 | 1100001 | 0 | 100001 | 100010000 | 1011110 | 100011 |
Color Harmonies of #5E05AB
Complementary color
Monochromatic Colors of #5E05AB
Black with #5E05AB
Text Example
Text Example
White with #5E05AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E05AB; }
p { color: rgb(94,5,171); }
H1.HeaderClassName
{
color: #5E05AB;
}
.AnyTagClassName
{
color: #5E05AB;
}
</style>
background-color css
<style>
a { background-color: #5E05AB; }
a { background-color: rgb(94,5,171); }
div.DivClassName
{
background-color: #5E05AB;
}
.BgClassName
{
background-color: #5E05AB;
}
</style>
border-color css
<style>
span { border-color: #5E05AB; }
span { border-color: rgb(94,5,171); }
td.TdClassName
{
border-color: #5E05AB;
}
.TagClassName
{
border-color: #5E05AB;
}
</style>