Shades of Indigo #5A00AE
Tints of Indigo #5A00AE
RGB
CMYK
RGB Variations
Color information
#5A00AE (or 0x5A00AE) is known color: Indigo. HEX triplet: 5A, 00 and AE. RGB value is (90,0,174). Sum of RGB (Red+Green+Blue) = 90+0+174=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A00AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A00AE is #A5FF51. Grayscale: #2E2E2E. Windows color (decimal): -10878802 or 11403354. OLE color: 11403354.
HSL color Cylindrical-coordinate representation of color #5A00AE: hue angle of 271.03º 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 #5A00AE is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 0 | 174 | - |
| CMYK | 0.48 | 1 | 0 | 0.32 |
| HSL | 271.03º | 1% | 0.34% | - |
| HSV(B) | 271.03º | 1% | 0.68% | - |
| XYZ | 11.86 | 5.23 | 40.43 | - |
| YUV | 46.75 | 199.82 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 174 | 0.48 | 1 | 0 | 0.32 | 271.03 | 1 | 0.34 |
| Hex | 5A | 0 | AE | 30 | 64 | 0 | 20 | 10F | 64 | 22 |
| Octal | 132 | 0 | 256 | 60 | 144 | 0 | 40 | 417 | 144 | 42 |
| Binary | 1011010 | 0 | 10101110 | 110000 | 1100100 | 0 | 100000 | 100001111 | 1100100 | 100010 |
Color Harmonies of #5A00AE
Complementary color
Monochromatic Colors of #5A00AE
Black with #5A00AE
Text Example
Text Example
White with #5A00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00AE; }
p { color: rgb(90,0,174); }
H1.HeaderClassName
{
color: #5A00AE;
}
.AnyTagClassName
{
color: #5A00AE;
}
</style>
background-color css
<style>
a { background-color: #5A00AE; }
a { background-color: rgb(90,0,174); }
div.DivClassName
{
background-color: #5A00AE;
}
.BgClassName
{
background-color: #5A00AE;
}
</style>
border-color css
<style>
span { border-color: #5A00AE; }
span { border-color: rgb(90,0,174); }
td.TdClassName
{
border-color: #5A00AE;
}
.TagClassName
{
border-color: #5A00AE;
}
</style>