Shades of Indigo #5E00AE
Tints of Indigo #5E00AE
RGB
CMYK
RGB Variations
Color information
#5E00AE (or 0x5E00AE) is known color: Indigo. HEX triplet: 5E, 00 and AE. RGB value is (94,0,174). Sum of RGB (Red+Green+Blue) = 94+0+174=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E00AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E00AE is #A1FF51. Grayscale: #2F2F2F. Windows color (decimal): -10616658 or 11403358. OLE color: 11403358.
HSL color Cylindrical-coordinate representation of color #5E00AE: hue angle of 272.41º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E00AE is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 0 | 174 | - |
| CMYK | 0.46 | 1 | 0 | 0.32 |
| HSL | 272.41º | 1% | 0.34% | - |
| HSV(B) | 272.41º | 1% | 0.68% | - |
| XYZ | 12.26 | 5.44 | 40.45 | - |
| YUV | 47.94 | 199.14 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 174 | 0.46 | 1 | 0 | 0.32 | 272.41 | 1 | 0.34 |
| Hex | 5E | 0 | AE | 2E | 64 | 0 | 20 | 110 | 64 | 22 |
| Octal | 136 | 0 | 256 | 56 | 144 | 0 | 40 | 420 | 144 | 42 |
| Binary | 1011110 | 0 | 10101110 | 101110 | 1100100 | 0 | 100000 | 100010000 | 1100100 | 100010 |
Color Harmonies of #5E00AE
Complementary color
Monochromatic Colors of #5E00AE
Black with #5E00AE
Text Example
Text Example
White with #5E00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00AE; }
p { color: rgb(94,0,174); }
H1.HeaderClassName
{
color: #5E00AE;
}
.AnyTagClassName
{
color: #5E00AE;
}
</style>
background-color css
<style>
a { background-color: #5E00AE; }
a { background-color: rgb(94,0,174); }
div.DivClassName
{
background-color: #5E00AE;
}
.BgClassName
{
background-color: #5E00AE;
}
</style>
border-color css
<style>
span { border-color: #5E00AE; }
span { border-color: rgb(94,0,174); }
td.TdClassName
{
border-color: #5E00AE;
}
.TagClassName
{
border-color: #5E00AE;
}
</style>