Shades of Electric Indigo #5A00EE
Tints of Electric Indigo #5A00EE
RGB
CMYK
RGB Variations
Color information
#5A00EE (or 0x5A00EE) is known color: Electric Indigo. HEX triplet: 5A, 00 and EE. RGB value is (90,0,238). Sum of RGB (Red+Green+Blue) = 90+0+238=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 238 (93.36% from 255 or 72.56% from 328); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A00EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A00EE is #A5FF11. Grayscale: #353535. Windows color (decimal): -10878738 or 15597658. OLE color: 15597658.
HSL color Cylindrical-coordinate representation of color #5A00EE: hue angle of 262.69º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00EE is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 0 | 238 | - |
| CMYK | 0.62 | 1 | 0 | 0.07 |
| HSL | 262.69º | 1% | 0.47% | - |
| HSV(B) | 262.69º | 1% | 0.93% | - |
| XYZ | 19.65 | 8.35 | 81.46 | - |
| YUV | 54.04 | 231.82 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 238 | 0.62 | 1 | 0 | 0.07 | 262.69 | 1 | 0.47 |
| Hex | 5A | 0 | EE | 3E | 64 | 0 | 7 | 107 | 64 | 2F |
| Octal | 132 | 0 | 356 | 76 | 144 | 0 | 7 | 407 | 144 | 57 |
| Binary | 1011010 | 0 | 11101110 | 111110 | 1100100 | 0 | 111 | 100000111 | 1100100 | 101111 |
Color Harmonies of #5A00EE
Complementary color
Monochromatic Colors of #5A00EE
Black with #5A00EE
Text Example
Text Example
White with #5A00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00EE; }
p { color: rgb(90,0,238); }
H1.HeaderClassName
{
color: #5A00EE;
}
.AnyTagClassName
{
color: #5A00EE;
}
</style>
background-color css
<style>
a { background-color: #5A00EE; }
a { background-color: rgb(90,0,238); }
div.DivClassName
{
background-color: #5A00EE;
}
.BgClassName
{
background-color: #5A00EE;
}
</style>
border-color css
<style>
span { border-color: #5A00EE; }
span { border-color: rgb(90,0,238); }
td.TdClassName
{
border-color: #5A00EE;
}
.TagClassName
{
border-color: #5A00EE;
}
</style>