Shades of Electric Indigo #5E0ADD
Tints of Electric Indigo #5E0ADD
RGB
CMYK
RGB Variations
Color information
#5E0ADD (or 0x5E0ADD) is known color: Electric Indigo. HEX triplet: 5E, 0A and DD. RGB value is (94,10,221). Sum of RGB (Red+Green+Blue) = 94+10+221=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E0ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0ADD is #A1F522. Grayscale: #3A3A3A. Windows color (decimal): -10614051 or 14486110. OLE color: 14486110.
HSL color Cylindrical-coordinate representation of color #5E0ADD: hue angle of 263.89º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0ADD is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 10 | 221 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.13 |
| HSL | 263.89º | 0.91% | 0.45% | - |
| HSV(B) | 263.89º | 0.95% | 0.87% | - |
| XYZ | 17.78 | 7.82 | 68.98 | - |
| YUV | 59.17 | 219.33 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 221 | 0.57 | 0.95 | 0 | 0.13 | 263.89 | 0.91 | 0.45 |
| Hex | 5E | A | DD | 39 | 5F | 0 | D | 108 | 5B | 2D |
| Octal | 136 | 12 | 335 | 71 | 137 | 0 | 15 | 410 | 133 | 55 |
| Binary | 1011110 | 1010 | 11011101 | 111001 | 1011111 | 0 | 1101 | 100001000 | 1011011 | 101101 |
Color Harmonies of #5E0ADD
Complementary color
Monochromatic Colors of #5E0ADD
Black with #5E0ADD
Text Example
Text Example
White with #5E0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0ADD; }
p { color: rgb(94,10,221); }
H1.HeaderClassName
{
color: #5E0ADD;
}
.AnyTagClassName
{
color: #5E0ADD;
}
</style>
background-color css
<style>
a { background-color: #5E0ADD; }
a { background-color: rgb(94,10,221); }
div.DivClassName
{
background-color: #5E0ADD;
}
.BgClassName
{
background-color: #5E0ADD;
}
</style>
border-color css
<style>
span { border-color: #5E0ADD; }
span { border-color: rgb(94,10,221); }
td.TdClassName
{
border-color: #5E0ADD;
}
.TagClassName
{
border-color: #5E0ADD;
}
</style>