Shades of Electric Indigo #640FDF
Tints of Electric Indigo #640FDF
RGB
CMYK
RGB Variations
Color information
#640FDF (or 0x640FDF) is known color: Electric Indigo. HEX triplet: 64, 0F and DF. RGB value is (100,15,223). Sum of RGB (Red+Green+Blue) = 100+15+223=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #640FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FDF is #9BF020. Grayscale: #3F3F3F. Windows color (decimal): -10219553 or 14618468. OLE color: 14618468.
HSL color Cylindrical-coordinate representation of color #640FDF: hue angle of 264.52º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640FDF is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 15 | 223 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.13 |
| HSL | 264.52º | 0.87% | 0.47% | - |
| HSV(B) | 264.52º | 0.93% | 0.87% | - |
| XYZ | 18.75 | 8.38 | 70.44 | - |
| YUV | 64.13 | 217.66 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 223 | 0.55 | 0.93 | 0 | 0.13 | 264.52 | 0.87 | 0.47 |
| Hex | 64 | F | DF | 37 | 5D | 0 | D | 109 | 57 | 2F |
| Octal | 144 | 17 | 337 | 67 | 135 | 0 | 15 | 411 | 127 | 57 |
| Binary | 1100100 | 1111 | 11011111 | 110111 | 1011101 | 0 | 1101 | 100001001 | 1010111 | 101111 |
Color Harmonies of #640FDF
Complementary color
Monochromatic Colors of #640FDF
Black with #640FDF
Text Example
Text Example
White with #640FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FDF; }
p { color: rgb(100,15,223); }
H1.HeaderClassName
{
color: #640FDF;
}
.AnyTagClassName
{
color: #640FDF;
}
</style>
background-color css
<style>
a { background-color: #640FDF; }
a { background-color: rgb(100,15,223); }
div.DivClassName
{
background-color: #640FDF;
}
.BgClassName
{
background-color: #640FDF;
}
</style>
border-color css
<style>
span { border-color: #640FDF; }
span { border-color: rgb(100,15,223); }
td.TdClassName
{
border-color: #640FDF;
}
.TagClassName
{
border-color: #640FDF;
}
</style>