Shades of Electric Indigo #5E00DF
Tints of Electric Indigo #5E00DF
RGB
CMYK
RGB Variations
Color information
#5E00DF (or 0x5E00DF) is known color: Electric Indigo. HEX triplet: 5E, 00 and DF. RGB value is (94,0,223). Sum of RGB (Red+Green+Blue) = 94+0+223=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E00DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E00DF is #A1FF20. Grayscale: #343434. Windows color (decimal): -10616609 or 14614622. OLE color: 14614622.
HSL color Cylindrical-coordinate representation of color #5E00DF: hue angle of 265.29º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E00DF is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 0 | 223 | - |
| CMYK | 0.58 | 1 | 0 | 0.13 |
| HSL | 265.29º | 1% | 0.44% | - |
| HSV(B) | 265.29º | 1% | 0.87% | - |
| XYZ | 17.94 | 7.71 | 70.35 | - |
| YUV | 53.53 | 223.64 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 223 | 0.58 | 1 | 0 | 0.13 | 265.29 | 1 | 0.44 |
| Hex | 5E | 0 | DF | 3A | 64 | 0 | D | 109 | 64 | 2C |
| Octal | 136 | 0 | 337 | 72 | 144 | 0 | 15 | 411 | 144 | 54 |
| Binary | 1011110 | 0 | 11011111 | 111010 | 1100100 | 0 | 1101 | 100001001 | 1100100 | 101100 |
Color Harmonies of #5E00DF
Complementary color
Monochromatic Colors of #5E00DF
Black with #5E00DF
Text Example
Text Example
White with #5E00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00DF; }
p { color: rgb(94,0,223); }
H1.HeaderClassName
{
color: #5E00DF;
}
.AnyTagClassName
{
color: #5E00DF;
}
</style>
background-color css
<style>
a { background-color: #5E00DF; }
a { background-color: rgb(94,0,223); }
div.DivClassName
{
background-color: #5E00DF;
}
.BgClassName
{
background-color: #5E00DF;
}
</style>
border-color css
<style>
span { border-color: #5E00DF; }
span { border-color: rgb(94,0,223); }
td.TdClassName
{
border-color: #5E00DF;
}
.TagClassName
{
border-color: #5E00DF;
}
</style>