Shades of Electric Indigo #640EDB
Tints of Electric Indigo #640EDB
RGB
CMYK
RGB Variations
Color information
#640EDB (or 0x640EDB) is known color: Electric Indigo. HEX triplet: 64, 0E and DB. RGB value is (100,14,219). Sum of RGB (Red+Green+Blue) = 100+14+219=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #640EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EDB is #9BF124. Grayscale: #3E3E3E. Windows color (decimal): -10219813 or 14356068. OLE color: 14356068.
HSL color Cylindrical-coordinate representation of color #640EDB: hue angle of 265.17º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EDB is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 14 | 219 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.14 |
| HSL | 265.17º | 0.88% | 0.46% | - |
| HSV(B) | 265.17º | 0.94% | 0.86% | - |
| XYZ | 18.2 | 8.14 | 67.63 | - |
| YUV | 63.08 | 215.99 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 219 | 0.54 | 0.94 | 0 | 0.14 | 265.17 | 0.88 | 0.46 |
| Hex | 64 | E | DB | 36 | 5E | 0 | E | 109 | 58 | 2E |
| Octal | 144 | 16 | 333 | 66 | 136 | 0 | 16 | 411 | 130 | 56 |
| Binary | 1100100 | 1110 | 11011011 | 110110 | 1011110 | 0 | 1110 | 100001001 | 1011000 | 101110 |
Color Harmonies of #640EDB
Complementary color
Monochromatic Colors of #640EDB
Black with #640EDB
Text Example
Text Example
White with #640EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EDB; }
p { color: rgb(100,14,219); }
H1.HeaderClassName
{
color: #640EDB;
}
.AnyTagClassName
{
color: #640EDB;
}
</style>
background-color css
<style>
a { background-color: #640EDB; }
a { background-color: rgb(100,14,219); }
div.DivClassName
{
background-color: #640EDB;
}
.BgClassName
{
background-color: #640EDB;
}
</style>
border-color css
<style>
span { border-color: #640EDB; }
span { border-color: rgb(100,14,219); }
td.TdClassName
{
border-color: #640EDB;
}
.TagClassName
{
border-color: #640EDB;
}
</style>