Shades of Electric Indigo #640EEF
Tints of Electric Indigo #640EEF
RGB
CMYK
RGB Variations
Color information
#640EEF (or 0x640EEF) is known color: Electric Indigo. HEX triplet: 64, 0E and EF. RGB value is (100,14,239). Sum of RGB (Red+Green+Blue) = 100+14+239=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 239 (93.75% from 255 or 67.71% from 353); Max value from RGB is 239 - color contains mainly: blue. Hex color #640EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EEF is #9BF110. Grayscale: #404040. Windows color (decimal): -10219793 or 15666788. OLE color: 15666788.
HSL color Cylindrical-coordinate representation of color #640EEF: hue angle of 262.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EEF is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 14 | 239 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.06 |
| HSL | 262.93º | 0.89% | 0.5% | - |
| HSV(B) | 262.93º | 0.94% | 0.94% | - |
| XYZ | 20.99 | 9.26 | 82.34 | - |
| YUV | 65.36 | 225.99 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 239 | 0.58 | 0.94 | 0 | 0.06 | 262.93 | 0.89 | 0.5 |
| Hex | 64 | E | EF | 3A | 5E | 0 | 6 | 107 | 59 | 32 |
| Octal | 144 | 16 | 357 | 72 | 136 | 0 | 6 | 407 | 131 | 62 |
| Binary | 1100100 | 1110 | 11101111 | 111010 | 1011110 | 0 | 110 | 100000111 | 1011001 | 110010 |
Color Harmonies of #640EEF
Complementary color
Monochromatic Colors of #640EEF
Black with #640EEF
Text Example
Text Example
White with #640EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EEF; }
p { color: rgb(100,14,239); }
H1.HeaderClassName
{
color: #640EEF;
}
.AnyTagClassName
{
color: #640EEF;
}
</style>
background-color css
<style>
a { background-color: #640EEF; }
a { background-color: rgb(100,14,239); }
div.DivClassName
{
background-color: #640EEF;
}
.BgClassName
{
background-color: #640EEF;
}
</style>
border-color css
<style>
span { border-color: #640EEF; }
span { border-color: rgb(100,14,239); }
td.TdClassName
{
border-color: #640EEF;
}
.TagClassName
{
border-color: #640EEF;
}
</style>