Shades of Indigo #5E04AA
Tints of Indigo #5E04AA
RGB
CMYK
RGB Variations
Color information
#5E04AA (or 0x5E04AA) is known color: Indigo. HEX triplet: 5E, 04 and AA. RGB value is (94,4,170). Sum of RGB (Red+Green+Blue) = 94+4+170=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E04AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E04AA is #A1FB55. Grayscale: #313131. Windows color (decimal): -10615638 or 11142238. OLE color: 11142238.
HSL color Cylindrical-coordinate representation of color #5E04AA: hue angle of 272.53º 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 #5E04AA is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 4 | 170 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.33 |
| HSL | 272.53º | 0.95% | 0.34% | - |
| HSV(B) | 272.53º | 0.98% | 0.67% | - |
| XYZ | 11.92 | 5.37 | 38.44 | - |
| YUV | 49.83 | 195.82 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 170 | 0.45 | 0.98 | 0 | 0.33 | 272.53 | 0.95 | 0.34 |
| Hex | 5E | 4 | AA | 2D | 62 | 0 | 21 | 111 | 5F | 22 |
| Octal | 136 | 4 | 252 | 55 | 142 | 0 | 41 | 421 | 137 | 42 |
| Binary | 1011110 | 100 | 10101010 | 101101 | 1100010 | 0 | 100001 | 100010001 | 1011111 | 100010 |
Color Harmonies of #5E04AA
Complementary color
Monochromatic Colors of #5E04AA
Black with #5E04AA
Text Example
Text Example
White with #5E04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04AA; }
p { color: rgb(94,4,170); }
H1.HeaderClassName
{
color: #5E04AA;
}
.AnyTagClassName
{
color: #5E04AA;
}
</style>
background-color css
<style>
a { background-color: #5E04AA; }
a { background-color: rgb(94,4,170); }
div.DivClassName
{
background-color: #5E04AA;
}
.BgClassName
{
background-color: #5E04AA;
}
</style>
border-color css
<style>
span { border-color: #5E04AA; }
span { border-color: rgb(94,4,170); }
td.TdClassName
{
border-color: #5E04AA;
}
.TagClassName
{
border-color: #5E04AA;
}
</style>