Shades of Electric Indigo #640EEA
Tints of Electric Indigo #640EEA
RGB
CMYK
RGB Variations
Color information
#640EEA (or 0x640EEA) is known color: Electric Indigo. HEX triplet: 64, 0E and EA. RGB value is (100,14,234). Sum of RGB (Red+Green+Blue) = 100+14+234=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 234 (91.80% from 255 or 67.24% from 348); Max value from RGB is 234 - color contains mainly: blue. Hex color #640EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EEA is #9BF115. Grayscale: #404040. Windows color (decimal): -10219798 or 15339108. OLE color: 15339108.
HSL color Cylindrical-coordinate representation of color #640EEA: hue angle of 263.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EEA is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 14 | 234 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.08 |
| HSL | 263.45º | 0.89% | 0.49% | - |
| HSV(B) | 263.45º | 0.94% | 0.92% | - |
| XYZ | 20.26 | 8.96 | 78.5 | - |
| YUV | 64.79 | 223.49 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 234 | 0.57 | 0.94 | 0 | 0.08 | 263.45 | 0.89 | 0.49 |
| Hex | 64 | E | EA | 39 | 5E | 0 | 8 | 107 | 59 | 31 |
| Octal | 144 | 16 | 352 | 71 | 136 | 0 | 10 | 407 | 131 | 61 |
| Binary | 1100100 | 1110 | 11101010 | 111001 | 1011110 | 0 | 1000 | 100000111 | 1011001 | 110001 |
Color Harmonies of #640EEA
Complementary color
Monochromatic Colors of #640EEA
Black with #640EEA
Text Example
Text Example
White with #640EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EEA; }
p { color: rgb(100,14,234); }
H1.HeaderClassName
{
color: #640EEA;
}
.AnyTagClassName
{
color: #640EEA;
}
</style>
background-color css
<style>
a { background-color: #640EEA; }
a { background-color: rgb(100,14,234); }
div.DivClassName
{
background-color: #640EEA;
}
.BgClassName
{
background-color: #640EEA;
}
</style>
border-color css
<style>
span { border-color: #640EEA; }
span { border-color: rgb(100,14,234); }
td.TdClassName
{
border-color: #640EEA;
}
.TagClassName
{
border-color: #640EEA;
}
</style>