Shades of Electric Indigo #640EE0
Tints of Electric Indigo #640EE0
RGB
CMYK
RGB Variations
Color information
#640EE0 (or 0x640EE0) is known color: Electric Indigo. HEX triplet: 64, 0E and E0. RGB value is (100,14,224). Sum of RGB (Red+Green+Blue) = 100+14+224=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #640EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640EE0 is #9BF11F. Grayscale: #3E3E3E. Windows color (decimal): -10219808 or 14683748. OLE color: 14683748.
HSL color Cylindrical-coordinate representation of color #640EE0: hue angle of 264.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640EE0 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 14 | 224 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.12 |
| HSL | 264.57º | 0.88% | 0.47% | - |
| HSV(B) | 264.57º | 0.94% | 0.88% | - |
| XYZ | 18.87 | 8.41 | 71.15 | - |
| YUV | 63.65 | 218.49 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 224 | 0.55 | 0.94 | 0 | 0.12 | 264.57 | 0.88 | 0.47 |
| Hex | 64 | E | E0 | 37 | 5E | 0 | C | 109 | 58 | 2F |
| Octal | 144 | 16 | 340 | 67 | 136 | 0 | 14 | 411 | 130 | 57 |
| Binary | 1100100 | 1110 | 11100000 | 110111 | 1011110 | 0 | 1100 | 100001001 | 1011000 | 101111 |
Color Harmonies of #640EE0
Complementary color
Monochromatic Colors of #640EE0
Black with #640EE0
Text Example
Text Example
White with #640EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EE0; }
p { color: rgb(100,14,224); }
H1.HeaderClassName
{
color: #640EE0;
}
.AnyTagClassName
{
color: #640EE0;
}
</style>
background-color css
<style>
a { background-color: #640EE0; }
a { background-color: rgb(100,14,224); }
div.DivClassName
{
background-color: #640EE0;
}
.BgClassName
{
background-color: #640EE0;
}
</style>
border-color css
<style>
span { border-color: #640EE0; }
span { border-color: rgb(100,14,224); }
td.TdClassName
{
border-color: #640EE0;
}
.TagClassName
{
border-color: #640EE0;
}
</style>