Shades of Electric Indigo #640FFE
Tints of Electric Indigo #640FFE
RGB
CMYK
RGB Variations
Color information
#640FFE (or 0x640FFE) is known color: Electric Indigo. HEX triplet: 64, 0F and FE. RGB value is (100,15,254). Sum of RGB (Red+Green+Blue) = 100+15+254=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #640FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640FFE is #9BF001. Grayscale: #424242. Windows color (decimal): -10219522 or 16650084. OLE color: 16650084.
HSL color Cylindrical-coordinate representation of color #640FFE: hue angle of 261.34º 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 #640FFE is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 15 | 254 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.00 |
| HSL | 261.34º | 0.99% | 0.53% | - |
| HSV(B) | 261.34º | 0.94% | 1% | - |
| XYZ | 23.32 | 10.21 | 94.51 | - |
| YUV | 67.66 | 233.16 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 254 | 0.61 | 0.94 | 0 | 0.00 | 261.34 | 0.99 | 0.53 |
| Hex | 64 | F | FE | 3D | 5E | 0 | 0 | 105 | 63 | 35 |
| Octal | 144 | 17 | 376 | 75 | 136 | 0 | 0 | 405 | 143 | 65 |
| Binary | 1100100 | 1111 | 11111110 | 111101 | 1011110 | 0 | 0 | 100000101 | 1100011 | 110101 |
Color Harmonies of #640FFE
Complementary color
Monochromatic Colors of #640FFE
Black with #640FFE
Text Example
Text Example
White with #640FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FFE; }
p { color: rgb(100,15,254); }
H1.HeaderClassName
{
color: #640FFE;
}
.AnyTagClassName
{
color: #640FFE;
}
</style>
background-color css
<style>
a { background-color: #640FFE; }
a { background-color: rgb(100,15,254); }
div.DivClassName
{
background-color: #640FFE;
}
.BgClassName
{
background-color: #640FFE;
}
</style>
border-color css
<style>
span { border-color: #640FFE; }
span { border-color: rgb(100,15,254); }
td.TdClassName
{
border-color: #640FFE;
}
.TagClassName
{
border-color: #640FFE;
}
</style>