Shades of Electric Indigo #640DDF
Tints of Electric Indigo #640DDF
RGB
CMYK
RGB Variations
Color information
#640DDF (or 0x640DDF) is known color: Electric Indigo. HEX triplet: 64, 0D and DF. RGB value is (100,13,223). Sum of RGB (Red+Green+Blue) = 100+13+223=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #640DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DDF is #9BF220. Grayscale: #3E3E3E. Windows color (decimal): -10220065 or 14617956. OLE color: 14617956.
HSL color Cylindrical-coordinate representation of color #640DDF: hue angle of 264.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640DDF is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 13 | 223 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.13 |
| HSL | 264.86º | 0.89% | 0.46% | - |
| HSV(B) | 264.86º | 0.94% | 0.87% | - |
| XYZ | 18.72 | 8.32 | 70.43 | - |
| YUV | 62.95 | 218.32 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 223 | 0.55 | 0.94 | 0 | 0.13 | 264.86 | 0.89 | 0.46 |
| Hex | 64 | D | DF | 37 | 5E | 0 | D | 109 | 59 | 2E |
| Octal | 144 | 15 | 337 | 67 | 136 | 0 | 15 | 411 | 131 | 56 |
| Binary | 1100100 | 1101 | 11011111 | 110111 | 1011110 | 0 | 1101 | 100001001 | 1011001 | 101110 |
Color Harmonies of #640DDF
Complementary color
Monochromatic Colors of #640DDF
Black with #640DDF
Text Example
Text Example
White with #640DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640DDF; }
p { color: rgb(100,13,223); }
H1.HeaderClassName
{
color: #640DDF;
}
.AnyTagClassName
{
color: #640DDF;
}
</style>
background-color css
<style>
a { background-color: #640DDF; }
a { background-color: rgb(100,13,223); }
div.DivClassName
{
background-color: #640DDF;
}
.BgClassName
{
background-color: #640DDF;
}
</style>
border-color css
<style>
span { border-color: #640DDF; }
span { border-color: rgb(100,13,223); }
td.TdClassName
{
border-color: #640DDF;
}
.TagClassName
{
border-color: #640DDF;
}
</style>