Shades of Electric Indigo #640EFE
Tints of Electric Indigo #640EFE
RGB
CMYK
RGB Variations
Color information
#640EFE (or 0x640EFE) is known color: Electric Indigo. HEX triplet: 64, 0E and FE. RGB value is (100,14,254). Sum of RGB (Red+Green+Blue) = 100+14+254=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #640EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EFE is #9BF101. Grayscale: #424242. Windows color (decimal): -10219778 or 16649828. OLE color: 16649828.
HSL color Cylindrical-coordinate representation of color #640EFE: hue angle of 261.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EFE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 14 | 254 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.00 |
| HSL | 261.5º | 0.99% | 0.53% | - |
| HSV(B) | 261.5º | 0.94% | 1% | - |
| XYZ | 23.3 | 10.18 | 94.5 | - |
| YUV | 67.07 | 233.49 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 254 | 0.61 | 0.94 | 0 | 0.00 | 261.5 | 0.99 | 0.53 |
| Hex | 64 | E | FE | 3D | 5E | 0 | 0 | 106 | 63 | 35 |
| Octal | 144 | 16 | 376 | 75 | 136 | 0 | 0 | 406 | 143 | 65 |
| Binary | 1100100 | 1110 | 11111110 | 111101 | 1011110 | 0 | 0 | 100000110 | 1100011 | 110101 |
Color Harmonies of #640EFE
Complementary color
Monochromatic Colors of #640EFE
Black with #640EFE
Text Example
Text Example
White with #640EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EFE; }
p { color: rgb(100,14,254); }
H1.HeaderClassName
{
color: #640EFE;
}
.AnyTagClassName
{
color: #640EFE;
}
</style>
background-color css
<style>
a { background-color: #640EFE; }
a { background-color: rgb(100,14,254); }
div.DivClassName
{
background-color: #640EFE;
}
.BgClassName
{
background-color: #640EFE;
}
</style>
border-color css
<style>
span { border-color: #640EFE; }
span { border-color: rgb(100,14,254); }
td.TdClassName
{
border-color: #640EFE;
}
.TagClassName
{
border-color: #640EFE;
}
</style>