Shades of Electric Indigo #640EED
Tints of Electric Indigo #640EED
RGB
CMYK
RGB Variations
Color information
#640EED (or 0x640EED) is known color: Electric Indigo. HEX triplet: 64, 0E and ED. RGB value is (100,14,237). Sum of RGB (Red+Green+Blue) = 100+14+237=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #640EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EED is #9BF112. Grayscale: #404040. Windows color (decimal): -10219795 or 15535716. OLE color: 15535716.
HSL color Cylindrical-coordinate representation of color #640EED: hue angle of 263.14º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EED is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 14 | 237 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.07 |
| HSL | 263.14º | 0.89% | 0.49% | - |
| HSV(B) | 263.14º | 0.94% | 0.93% | - |
| XYZ | 20.7 | 9.14 | 80.79 | - |
| YUV | 65.14 | 224.99 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 237 | 0.58 | 0.94 | 0 | 0.07 | 263.14 | 0.89 | 0.49 |
| Hex | 64 | E | ED | 3A | 5E | 0 | 7 | 107 | 59 | 31 |
| Octal | 144 | 16 | 355 | 72 | 136 | 0 | 7 | 407 | 131 | 61 |
| Binary | 1100100 | 1110 | 11101101 | 111010 | 1011110 | 0 | 111 | 100000111 | 1011001 | 110001 |
Color Harmonies of #640EED
Complementary color
Monochromatic Colors of #640EED
Black with #640EED
Text Example
Text Example
White with #640EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EED; }
p { color: rgb(100,14,237); }
H1.HeaderClassName
{
color: #640EED;
}
.AnyTagClassName
{
color: #640EED;
}
</style>
background-color css
<style>
a { background-color: #640EED; }
a { background-color: rgb(100,14,237); }
div.DivClassName
{
background-color: #640EED;
}
.BgClassName
{
background-color: #640EED;
}
</style>
border-color css
<style>
span { border-color: #640EED; }
span { border-color: rgb(100,14,237); }
td.TdClassName
{
border-color: #640EED;
}
.TagClassName
{
border-color: #640EED;
}
</style>