Shades of Indigo #5E03AC
Tints of Indigo #5E03AC
RGB
CMYK
RGB Variations
Color information
#5E03AC (or 0x5E03AC) is known color: Indigo. HEX triplet: 5E, 03 and AC. RGB value is (94,3,172). Sum of RGB (Red+Green+Blue) = 94+3+172=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E03AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E03AC is #A1FC53. Grayscale: #303030. Windows color (decimal): -10615892 or 11273054. OLE color: 11273054.
HSL color Cylindrical-coordinate representation of color #5E03AC: hue angle of 272.31º 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 #5E03AC is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 3 | 172 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.33 |
| HSL | 272.31º | 0.97% | 0.34% | - |
| HSV(B) | 272.31º | 0.98% | 0.67% | - |
| XYZ | 12.1 | 5.42 | 39.44 | - |
| YUV | 49.48 | 197.15 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 172 | 0.45 | 0.98 | 0 | 0.33 | 272.31 | 0.97 | 0.34 |
| Hex | 5E | 3 | AC | 2D | 62 | 0 | 21 | 110 | 61 | 22 |
| Octal | 136 | 3 | 254 | 55 | 142 | 0 | 41 | 420 | 141 | 42 |
| Binary | 1011110 | 11 | 10101100 | 101101 | 1100010 | 0 | 100001 | 100010000 | 1100001 | 100010 |
Color Harmonies of #5E03AC
Complementary color
Monochromatic Colors of #5E03AC
Black with #5E03AC
Text Example
Text Example
White with #5E03AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E03AC; }
p { color: rgb(94,3,172); }
H1.HeaderClassName
{
color: #5E03AC;
}
.AnyTagClassName
{
color: #5E03AC;
}
</style>
background-color css
<style>
a { background-color: #5E03AC; }
a { background-color: rgb(94,3,172); }
div.DivClassName
{
background-color: #5E03AC;
}
.BgClassName
{
background-color: #5E03AC;
}
</style>
border-color css
<style>
span { border-color: #5E03AC; }
span { border-color: rgb(94,3,172); }
td.TdClassName
{
border-color: #5E03AC;
}
.TagClassName
{
border-color: #5E03AC;
}
</style>