Shades of Electric Indigo #640BDE
Tints of Electric Indigo #640BDE
RGB
CMYK
RGB Variations
Color information
#640BDE (or 0x640BDE) is known color: Electric Indigo. HEX triplet: 64, 0B and DE. RGB value is (100,11,222). Sum of RGB (Red+Green+Blue) = 100+11+222=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 222 (87.11% from 255 or 66.67% from 333); Max value from RGB is 222 - color contains mainly: blue. Hex color #640BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BDE is #9BF421. Grayscale: #3C3C3C. Windows color (decimal): -10220578 or 14551908. OLE color: 14551908.
HSL color Cylindrical-coordinate representation of color #640BDE: hue angle of 265.31º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640BDE is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 11 | 222 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.13 |
| HSL | 265.31º | 0.91% | 0.46% | - |
| HSV(B) | 265.31º | 0.95% | 0.87% | - |
| XYZ | 18.56 | 8.22 | 69.72 | - |
| YUV | 61.67 | 218.49 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 222 | 0.55 | 0.95 | 0 | 0.13 | 265.31 | 0.91 | 0.46 |
| Hex | 64 | B | DE | 37 | 5F | 0 | D | 109 | 5B | 2E |
| Octal | 144 | 13 | 336 | 67 | 137 | 0 | 15 | 411 | 133 | 56 |
| Binary | 1100100 | 1011 | 11011110 | 110111 | 1011111 | 0 | 1101 | 100001001 | 1011011 | 101110 |
Color Harmonies of #640BDE
Complementary color
Monochromatic Colors of #640BDE
Black with #640BDE
Text Example
Text Example
White with #640BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640BDE; }
p { color: rgb(100,11,222); }
H1.HeaderClassName
{
color: #640BDE;
}
.AnyTagClassName
{
color: #640BDE;
}
</style>
background-color css
<style>
a { background-color: #640BDE; }
a { background-color: rgb(100,11,222); }
div.DivClassName
{
background-color: #640BDE;
}
.BgClassName
{
background-color: #640BDE;
}
</style>
border-color css
<style>
span { border-color: #640BDE; }
span { border-color: rgb(100,11,222); }
td.TdClassName
{
border-color: #640BDE;
}
.TagClassName
{
border-color: #640BDE;
}
</style>