Shades of Electric Indigo #5A00ED
Tints of Electric Indigo #5A00ED
RGB
CMYK
RGB Variations
Color information
#5A00ED (or 0x5A00ED) is known color: Electric Indigo. HEX triplet: 5A, 00 and ED. RGB value is (90,0,237). Sum of RGB (Red+Green+Blue) = 90+0+237=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A00ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A00ED is #A5FF12. Grayscale: #353535. Windows color (decimal): -10878739 or 15532122. OLE color: 15532122.
HSL color Cylindrical-coordinate representation of color #5A00ED: hue angle of 262.78º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00ED is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 0 | 237 | - |
| CMYK | 0.62 | 1 | 0 | 0.07 |
| HSL | 262.78º | 1% | 0.46% | - |
| HSV(B) | 262.78º | 1% | 0.93% | - |
| XYZ | 19.5 | 8.29 | 80.69 | - |
| YUV | 53.93 | 231.32 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 237 | 0.62 | 1 | 0 | 0.07 | 262.78 | 1 | 0.46 |
| Hex | 5A | 0 | ED | 3E | 64 | 0 | 7 | 107 | 64 | 2E |
| Octal | 132 | 0 | 355 | 76 | 144 | 0 | 7 | 407 | 144 | 56 |
| Binary | 1011010 | 0 | 11101101 | 111110 | 1100100 | 0 | 111 | 100000111 | 1100100 | 101110 |
Color Harmonies of #5A00ED
Complementary color
Monochromatic Colors of #5A00ED
Black with #5A00ED
Text Example
Text Example
White with #5A00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00ED; }
p { color: rgb(90,0,237); }
H1.HeaderClassName
{
color: #5A00ED;
}
.AnyTagClassName
{
color: #5A00ED;
}
</style>
background-color css
<style>
a { background-color: #5A00ED; }
a { background-color: rgb(90,0,237); }
div.DivClassName
{
background-color: #5A00ED;
}
.BgClassName
{
background-color: #5A00ED;
}
</style>
border-color css
<style>
span { border-color: #5A00ED; }
span { border-color: rgb(90,0,237); }
td.TdClassName
{
border-color: #5A00ED;
}
.TagClassName
{
border-color: #5A00ED;
}
</style>