Shades of Electric Indigo #5E00DD
Tints of Electric Indigo #5E00DD
RGB
CMYK
RGB Variations
Color information
#5E00DD (or 0x5E00DD) is known color: Electric Indigo. HEX triplet: 5E, 00 and DD. RGB value is (94,0,221). Sum of RGB (Red+Green+Blue) = 94+0+221=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E00DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E00DD is #A1FF22. Grayscale: #343434. Windows color (decimal): -10616611 or 14483550. OLE color: 14483550.
HSL color Cylindrical-coordinate representation of color #5E00DD: hue angle of 265.52º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E00DD is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 0 | 221 | - |
| CMYK | 0.57 | 1 | 0 | 0.13 |
| HSL | 265.52º | 1% | 0.43% | - |
| HSV(B) | 265.52º | 1% | 0.87% | - |
| XYZ | 17.67 | 7.6 | 68.94 | - |
| YUV | 53.3 | 222.64 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 221 | 0.57 | 1 | 0 | 0.13 | 265.52 | 1 | 0.43 |
| Hex | 5E | 0 | DD | 39 | 64 | 0 | D | 10A | 64 | 2B |
| Octal | 136 | 0 | 335 | 71 | 144 | 0 | 15 | 412 | 144 | 53 |
| Binary | 1011110 | 0 | 11011101 | 111001 | 1100100 | 0 | 1101 | 100001010 | 1100100 | 101011 |
Color Harmonies of #5E00DD
Complementary color
Monochromatic Colors of #5E00DD
Black with #5E00DD
Text Example
Text Example
White with #5E00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00DD; }
p { color: rgb(94,0,221); }
H1.HeaderClassName
{
color: #5E00DD;
}
.AnyTagClassName
{
color: #5E00DD;
}
</style>
background-color css
<style>
a { background-color: #5E00DD; }
a { background-color: rgb(94,0,221); }
div.DivClassName
{
background-color: #5E00DD;
}
.BgClassName
{
background-color: #5E00DD;
}
</style>
border-color css
<style>
span { border-color: #5E00DD; }
span { border-color: rgb(94,0,221); }
td.TdClassName
{
border-color: #5E00DD;
}
.TagClassName
{
border-color: #5E00DD;
}
</style>