Shades of Electric Indigo #640CED
Tints of Electric Indigo #640CED
RGB
CMYK
RGB Variations
Color information
#640CED (or 0x640CED) is known color: Electric Indigo. HEX triplet: 64, 0C and ED. RGB value is (100,12,237). Sum of RGB (Red+Green+Blue) = 100+12+237=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #640CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CED is #9BF312. Grayscale: #3F3F3F. Windows color (decimal): -10220307 or 15535204. OLE color: 15535204.
HSL color Cylindrical-coordinate representation of color #640CED: hue angle of 263.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640CED is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 12 | 237 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.07 |
| HSL | 263.47º | 0.9% | 0.49% | - |
| HSV(B) | 263.47º | 0.95% | 0.93% | - |
| XYZ | 20.67 | 9.09 | 80.79 | - |
| YUV | 63.96 | 225.65 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 237 | 0.58 | 0.95 | 0 | 0.07 | 263.47 | 0.9 | 0.49 |
| Hex | 64 | C | ED | 3A | 5F | 0 | 7 | 107 | 5A | 31 |
| Octal | 144 | 14 | 355 | 72 | 137 | 0 | 7 | 407 | 132 | 61 |
| Binary | 1100100 | 1100 | 11101101 | 111010 | 1011111 | 0 | 111 | 100000111 | 1011010 | 110001 |
Color Harmonies of #640CED
Complementary color
Monochromatic Colors of #640CED
Black with #640CED
Text Example
Text Example
White with #640CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CED; }
p { color: rgb(100,12,237); }
H1.HeaderClassName
{
color: #640CED;
}
.AnyTagClassName
{
color: #640CED;
}
</style>
background-color css
<style>
a { background-color: #640CED; }
a { background-color: rgb(100,12,237); }
div.DivClassName
{
background-color: #640CED;
}
.BgClassName
{
background-color: #640CED;
}
</style>
border-color css
<style>
span { border-color: #640CED; }
span { border-color: rgb(100,12,237); }
td.TdClassName
{
border-color: #640CED;
}
.TagClassName
{
border-color: #640CED;
}
</style>