Shades of Electric Indigo #640EFB
Tints of Electric Indigo #640EFB
RGB
CMYK
RGB Variations
Color information
#640EFB (or 0x640EFB) is known color: Electric Indigo. HEX triplet: 64, 0E and FB. RGB value is (100,14,251). Sum of RGB (Red+Green+Blue) = 100+14+251=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #640EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640EFB is #9BF104. Grayscale: #414141. Windows color (decimal): -10219781 or 16453220. OLE color: 16453220.
HSL color Cylindrical-coordinate representation of color #640EFB: hue angle of 261.77º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EFB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 14 | 251 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.02 |
| HSL | 261.77º | 0.97% | 0.52% | - |
| HSV(B) | 261.77º | 0.94% | 0.98% | - |
| XYZ | 22.83 | 9.99 | 91.99 | - |
| YUV | 66.73 | 231.99 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 251 | 0.60 | 0.94 | 0 | 0.02 | 261.77 | 0.97 | 0.52 |
| Hex | 64 | E | FB | 3C | 5E | 0 | 2 | 106 | 61 | 34 |
| Octal | 144 | 16 | 373 | 74 | 136 | 0 | 2 | 406 | 141 | 64 |
| Binary | 1100100 | 1110 | 11111011 | 111100 | 1011110 | 0 | 10 | 100000110 | 1100001 | 110100 |
Color Harmonies of #640EFB
Complementary color
Monochromatic Colors of #640EFB
Black with #640EFB
Text Example
Text Example
White with #640EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EFB; }
p { color: rgb(100,14,251); }
H1.HeaderClassName
{
color: #640EFB;
}
.AnyTagClassName
{
color: #640EFB;
}
</style>
background-color css
<style>
a { background-color: #640EFB; }
a { background-color: rgb(100,14,251); }
div.DivClassName
{
background-color: #640EFB;
}
.BgClassName
{
background-color: #640EFB;
}
</style>
border-color css
<style>
span { border-color: #640EFB; }
span { border-color: rgb(100,14,251); }
td.TdClassName
{
border-color: #640EFB;
}
.TagClassName
{
border-color: #640EFB;
}
</style>