Shades of Electric Indigo #5A00EB
Tints of Electric Indigo #5A00EB
RGB
CMYK
RGB Variations
Color information
#5A00EB (or 0x5A00EB) is known color: Electric Indigo. HEX triplet: 5A, 00 and EB. RGB value is (90,0,235). Sum of RGB (Red+Green+Blue) = 90+0+235=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 235 (92.19% from 255 or 72.31% from 325); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A00EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A00EB is #A5FF14. Grayscale: #343434. Windows color (decimal): -10878741 or 15401050. OLE color: 15401050.
HSL color Cylindrical-coordinate representation of color #5A00EB: hue angle of 262.98º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A00EB is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 0 | 235 | - |
| CMYK | 0.62 | 1 | 0 | 0.08 |
| HSL | 262.98º | 1% | 0.46% | - |
| HSV(B) | 262.98º | 1% | 0.92% | - |
| XYZ | 19.21 | 8.17 | 79.16 | - |
| YUV | 53.7 | 230.32 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 235 | 0.62 | 1 | 0 | 0.08 | 262.98 | 1 | 0.46 |
| Hex | 5A | 0 | EB | 3E | 64 | 0 | 8 | 107 | 64 | 2E |
| Octal | 132 | 0 | 353 | 76 | 144 | 0 | 10 | 407 | 144 | 56 |
| Binary | 1011010 | 0 | 11101011 | 111110 | 1100100 | 0 | 1000 | 100000111 | 1100100 | 101110 |
Color Harmonies of #5A00EB
Complementary color
Monochromatic Colors of #5A00EB
Black with #5A00EB
Text Example
Text Example
White with #5A00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A00EB; }
p { color: rgb(90,0,235); }
H1.HeaderClassName
{
color: #5A00EB;
}
.AnyTagClassName
{
color: #5A00EB;
}
</style>
background-color css
<style>
a { background-color: #5A00EB; }
a { background-color: rgb(90,0,235); }
div.DivClassName
{
background-color: #5A00EB;
}
.BgClassName
{
background-color: #5A00EB;
}
</style>
border-color css
<style>
span { border-color: #5A00EB; }
span { border-color: rgb(90,0,235); }
td.TdClassName
{
border-color: #5A00EB;
}
.TagClassName
{
border-color: #5A00EB;
}
</style>