Shades of Electric Indigo #640EFC
Tints of Electric Indigo #640EFC
RGB
CMYK
RGB Variations
Color information
#640EFC (or 0x640EFC) is known color: Electric Indigo. HEX triplet: 64, 0E and FC. RGB value is (100,14,252). Sum of RGB (Red+Green+Blue) = 100+14+252=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #640EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EFC is #9BF103. Grayscale: #414141. Windows color (decimal): -10219780 or 16518756. OLE color: 16518756.
HSL color Cylindrical-coordinate representation of color #640EFC: hue angle of 261.68º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EFC is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 14 | 252 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.01 |
| HSL | 261.68º | 0.98% | 0.52% | - |
| HSV(B) | 261.68º | 0.94% | 0.99% | - |
| XYZ | 22.98 | 10.05 | 92.82 | - |
| YUV | 66.85 | 232.49 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 252 | 0.60 | 0.94 | 0 | 0.01 | 261.68 | 0.98 | 0.52 |
| Hex | 64 | E | FC | 3C | 5E | 0 | 1 | 106 | 62 | 34 |
| Octal | 144 | 16 | 374 | 74 | 136 | 0 | 1 | 406 | 142 | 64 |
| Binary | 1100100 | 1110 | 11111100 | 111100 | 1011110 | 0 | 1 | 100000110 | 1100010 | 110100 |
Color Harmonies of #640EFC
Complementary color
Monochromatic Colors of #640EFC
Black with #640EFC
Text Example
Text Example
White with #640EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EFC; }
p { color: rgb(100,14,252); }
H1.HeaderClassName
{
color: #640EFC;
}
.AnyTagClassName
{
color: #640EFC;
}
</style>
background-color css
<style>
a { background-color: #640EFC; }
a { background-color: rgb(100,14,252); }
div.DivClassName
{
background-color: #640EFC;
}
.BgClassName
{
background-color: #640EFC;
}
</style>
border-color css
<style>
span { border-color: #640EFC; }
span { border-color: rgb(100,14,252); }
td.TdClassName
{
border-color: #640EFC;
}
.TagClassName
{
border-color: #640EFC;
}
</style>