Shades of Electric Indigo #640BEC
Tints of Electric Indigo #640BEC
RGB
CMYK
RGB Variations
Color information
#640BEC (or 0x640BEC) is known color: Electric Indigo. HEX triplet: 64, 0B and EC. RGB value is (100,11,236). Sum of RGB (Red+Green+Blue) = 100+11+236=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #640BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640BEC is #9BF413. Grayscale: #3E3E3E. Windows color (decimal): -10220564 or 15469412. OLE color: 15469412.
HSL color Cylindrical-coordinate representation of color #640BEC: hue angle of 263.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640BEC is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 11 | 236 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.07 |
| HSL | 263.73º | 0.91% | 0.48% | - |
| HSV(B) | 263.73º | 0.95% | 0.93% | - |
| XYZ | 20.52 | 9 | 80.01 | - |
| YUV | 63.26 | 225.49 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 236 | 0.58 | 0.95 | 0 | 0.07 | 263.73 | 0.91 | 0.48 |
| Hex | 64 | B | EC | 3A | 5F | 0 | 7 | 108 | 5B | 30 |
| Octal | 144 | 13 | 354 | 72 | 137 | 0 | 7 | 410 | 133 | 60 |
| Binary | 1100100 | 1011 | 11101100 | 111010 | 1011111 | 0 | 111 | 100001000 | 1011011 | 110000 |
Color Harmonies of #640BEC
Complementary color
Monochromatic Colors of #640BEC
Black with #640BEC
Text Example
Text Example
White with #640BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640BEC; }
p { color: rgb(100,11,236); }
H1.HeaderClassName
{
color: #640BEC;
}
.AnyTagClassName
{
color: #640BEC;
}
</style>
background-color css
<style>
a { background-color: #640BEC; }
a { background-color: rgb(100,11,236); }
div.DivClassName
{
background-color: #640BEC;
}
.BgClassName
{
background-color: #640BEC;
}
</style>
border-color css
<style>
span { border-color: #640BEC; }
span { border-color: rgb(100,11,236); }
td.TdClassName
{
border-color: #640BEC;
}
.TagClassName
{
border-color: #640BEC;
}
</style>