Shades of Indigo #5E00AA
Tints of Indigo #5E00AA
RGB
CMYK
RGB Variations
Color information
#5E00AA (or 0x5E00AA) is known color: Indigo. HEX triplet: 5E, 00 and AA. RGB value is (94,0,170). Sum of RGB (Red+Green+Blue) = 94+0+170=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E00AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E00AA is #A1FF55. Grayscale: #2E2E2E. Windows color (decimal): -10616662 or 11141214. OLE color: 11141214.
HSL color Cylindrical-coordinate representation of color #5E00AA: hue angle of 273.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E00AA is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 0 | 170 | - |
| CMYK | 0.45 | 1 | 0 | 0.33 |
| HSL | 273.18º | 1% | 0.33% | - |
| HSV(B) | 273.18º | 1% | 0.67% | - |
| XYZ | 11.87 | 5.28 | 38.42 | - |
| YUV | 47.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 170 | 0.45 | 1 | 0 | 0.33 | 273.18 | 1 | 0.33 |
| Hex | 5E | 0 | AA | 2D | 64 | 0 | 21 | 111 | 64 | 21 |
| Octal | 136 | 0 | 252 | 55 | 144 | 0 | 41 | 421 | 144 | 41 |
| Binary | 1011110 | 0 | 10101010 | 101101 | 1100100 | 0 | 100001 | 100010001 | 1100100 | 100001 |
Color Harmonies of #5E00AA
Complementary color
Monochromatic Colors of #5E00AA
Black with #5E00AA
Text Example
Text Example
White with #5E00AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00AA; }
p { color: rgb(94,0,170); }
H1.HeaderClassName
{
color: #5E00AA;
}
.AnyTagClassName
{
color: #5E00AA;
}
</style>
background-color css
<style>
a { background-color: #5E00AA; }
a { background-color: rgb(94,0,170); }
div.DivClassName
{
background-color: #5E00AA;
}
.BgClassName
{
background-color: #5E00AA;
}
</style>
border-color css
<style>
span { border-color: #5E00AA; }
span { border-color: rgb(94,0,170); }
td.TdClassName
{
border-color: #5E00AA;
}
.TagClassName
{
border-color: #5E00AA;
}
</style>