Shades of Electric Indigo #640FEF
Tints of Electric Indigo #640FEF
RGB
CMYK
RGB Variations
Color information
#640FEF (or 0x640FEF) is known color: Electric Indigo. HEX triplet: 64, 0F and EF. RGB value is (100,15,239). Sum of RGB (Red+Green+Blue) = 100+15+239=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #640FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FEF is #9BF010. Grayscale: #414141. Windows color (decimal): -10219537 or 15667044. OLE color: 15667044.
HSL color Cylindrical-coordinate representation of color #640FEF: hue angle of 262.77º degrees, saturation: 0.88, 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 #640FEF is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 15 | 239 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.06 |
| HSL | 262.77º | 0.88% | 0.5% | - |
| HSV(B) | 262.77º | 0.94% | 0.94% | - |
| XYZ | 21.01 | 9.28 | 82.35 | - |
| YUV | 65.95 | 225.66 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 239 | 0.58 | 0.94 | 0 | 0.06 | 262.77 | 0.88 | 0.5 |
| Hex | 64 | F | EF | 3A | 5E | 0 | 6 | 107 | 58 | 32 |
| Octal | 144 | 17 | 357 | 72 | 136 | 0 | 6 | 407 | 130 | 62 |
| Binary | 1100100 | 1111 | 11101111 | 111010 | 1011110 | 0 | 110 | 100000111 | 1011000 | 110010 |
Color Harmonies of #640FEF
Complementary color
Monochromatic Colors of #640FEF
Black with #640FEF
Text Example
Text Example
White with #640FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FEF; }
p { color: rgb(100,15,239); }
H1.HeaderClassName
{
color: #640FEF;
}
.AnyTagClassName
{
color: #640FEF;
}
</style>
background-color css
<style>
a { background-color: #640FEF; }
a { background-color: rgb(100,15,239); }
div.DivClassName
{
background-color: #640FEF;
}
.BgClassName
{
background-color: #640FEF;
}
</style>
border-color css
<style>
span { border-color: #640FEF; }
span { border-color: rgb(100,15,239); }
td.TdClassName
{
border-color: #640FEF;
}
.TagClassName
{
border-color: #640FEF;
}
</style>