Shades of Electric Indigo #5A00FF
Tints of Electric Indigo #5A00FF
RGB
CMYK
RGB Variations
Color information
#5A00FF (or 0x5A00FF) is known color: Electric Indigo. HEX triplet: 5A, 00 and FF. RGB value is (90,0,255). Sum of RGB (Red+Green+Blue) = 90+0+255=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 255 (100% from 255 or 73.91% from 345); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A00FF is #A5FF00. Grayscale: #373737. Windows color (decimal): -10878721 or 16711770. OLE color: 16711770.
HSL color Cylindrical-coordinate representation of color #5A00FF: hue angle of 261.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00FF is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 0 | 255 | - |
| CMYK | 0.65 | 1 | 0 | 0 |
| HSL | 261.18º | 1% | 0.5% | - |
| HSV(B) | 261.18º | 1% | 1% | - |
| XYZ | 22.27 | 9.39 | 95.25 | - |
| YUV | 55.98 | 240.32 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 255 | 0.65 | 1 | 0 | 0 | 261.18 | 1 | 0.5 |
| Hex | 5A | 0 | FF | 41 | 64 | 0 | 0 | 105 | 64 | 32 |
| Octal | 132 | 0 | 377 | 101 | 144 | 0 | 0 | 405 | 144 | 62 |
| Binary | 1011010 | 0 | 11111111 | 1000001 | 1100100 | 0 | 0 | 100000101 | 1100100 | 110010 |
Color Harmonies of #5A00FF
Complementary color
Monochromatic Colors of #5A00FF
Black with #5A00FF
Text Example
Text Example
White with #5A00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00FF; }
p { color: rgb(90,0,255); }
H1.HeaderClassName
{
color: #5A00FF;
}
.AnyTagClassName
{
color: #5A00FF;
}
</style>
background-color css
<style>
a { background-color: #5A00FF; }
a { background-color: rgb(90,0,255); }
div.DivClassName
{
background-color: #5A00FF;
}
.BgClassName
{
background-color: #5A00FF;
}
</style>
border-color css
<style>
span { border-color: #5A00FF; }
span { border-color: rgb(90,0,255); }
td.TdClassName
{
border-color: #5A00FF;
}
.TagClassName
{
border-color: #5A00FF;
}
</style>