Shades of Indigo #5E06AB
Tints of Indigo #5E06AB
RGB
CMYK
RGB Variations
Color information
#5E06AB (or 0x5E06AB) is known color: Indigo. HEX triplet: 5E, 06 and AB. RGB value is (94,6,171). Sum of RGB (Red+Green+Blue) = 94+6+171=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 171 (67.19% from 255 or 63.10% from 271); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E06AB is #A1F954. Grayscale: #323232. Windows color (decimal): -10615125 or 11208286. OLE color: 11208286.
HSL color Cylindrical-coordinate representation of color #5E06AB: hue angle of 272º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E06AB is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 6 | 171 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.33 |
| HSL | 272º | 0.93% | 0.35% | - |
| HSV(B) | 272º | 0.96% | 0.67% | - |
| XYZ | 12.03 | 5.45 | 38.95 | - |
| YUV | 51.12 | 195.65 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 6 | 171 | 0.45 | 0.96 | 0 | 0.33 | 272 | 0.93 | 0.35 |
| Hex | 5E | 6 | AB | 2D | 60 | 0 | 21 | 110 | 5D | 23 |
| Octal | 136 | 6 | 253 | 55 | 140 | 0 | 41 | 420 | 135 | 43 |
| Binary | 1011110 | 110 | 10101011 | 101101 | 1100000 | 0 | 100001 | 100010000 | 1011101 | 100011 |
Color Harmonies of #5E06AB
Complementary color
Monochromatic Colors of #5E06AB
Black with #5E06AB
Text Example
Text Example
White with #5E06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E06AB; }
p { color: rgb(94,6,171); }
H1.HeaderClassName
{
color: #5E06AB;
}
.AnyTagClassName
{
color: #5E06AB;
}
</style>
background-color css
<style>
a { background-color: #5E06AB; }
a { background-color: rgb(94,6,171); }
div.DivClassName
{
background-color: #5E06AB;
}
.BgClassName
{
background-color: #5E06AB;
}
</style>
border-color css
<style>
span { border-color: #5E06AB; }
span { border-color: rgb(94,6,171); }
td.TdClassName
{
border-color: #5E06AB;
}
.TagClassName
{
border-color: #5E06AB;
}
</style>