Shades of Indigo #5E05AC
Tints of Indigo #5E05AC
RGB
CMYK
RGB Variations
Color information
#5E05AC (or 0x5E05AC) is known color: Indigo. HEX triplet: 5E, 05 and AC. RGB value is (94,5,172). Sum of RGB (Red+Green+Blue) = 94+5+172=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E05AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E05AC is #A1FA53. Grayscale: #323232. Windows color (decimal): -10615380 or 11273566. OLE color: 11273566.
HSL color Cylindrical-coordinate representation of color #5E05AC: hue angle of 271.98º 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 #5E05AC is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 5 | 172 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.33 |
| HSL | 271.98º | 0.94% | 0.35% | - |
| HSV(B) | 271.98º | 0.97% | 0.67% | - |
| XYZ | 12.12 | 5.47 | 39.45 | - |
| YUV | 50.65 | 196.49 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 172 | 0.45 | 0.97 | 0 | 0.33 | 271.98 | 0.94 | 0.35 |
| Hex | 5E | 5 | AC | 2D | 61 | 0 | 21 | 110 | 5E | 23 |
| Octal | 136 | 5 | 254 | 55 | 141 | 0 | 41 | 420 | 136 | 43 |
| Binary | 1011110 | 101 | 10101100 | 101101 | 1100001 | 0 | 100001 | 100010000 | 1011110 | 100011 |
Color Harmonies of #5E05AC
Complementary color
Monochromatic Colors of #5E05AC
Black with #5E05AC
Text Example
Text Example
White with #5E05AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E05AC; }
p { color: rgb(94,5,172); }
H1.HeaderClassName
{
color: #5E05AC;
}
.AnyTagClassName
{
color: #5E05AC;
}
</style>
background-color css
<style>
a { background-color: #5E05AC; }
a { background-color: rgb(94,5,172); }
div.DivClassName
{
background-color: #5E05AC;
}
.BgClassName
{
background-color: #5E05AC;
}
</style>
border-color css
<style>
span { border-color: #5E05AC; }
span { border-color: rgb(94,5,172); }
td.TdClassName
{
border-color: #5E05AC;
}
.TagClassName
{
border-color: #5E05AC;
}
</style>