Shades of Electric Indigo #640BEA
Tints of Electric Indigo #640BEA
RGB
CMYK
RGB Variations
Color information
#640BEA (or 0x640BEA) is known color: Electric Indigo. HEX triplet: 64, 0B and EA. RGB value is (100,11,234). Sum of RGB (Red+Green+Blue) = 100+11+234=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 234 (91.80% from 255 or 67.83% from 345); Max value from RGB is 234 - color contains mainly: blue. Hex color #640BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640BEA is #9BF415. Grayscale: #3E3E3E. Windows color (decimal): -10220566 or 15338340. OLE color: 15338340.
HSL color Cylindrical-coordinate representation of color #640BEA: hue angle of 263.95º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640BEA is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 11 | 234 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.08 |
| HSL | 263.95º | 0.91% | 0.48% | - |
| HSV(B) | 263.95º | 0.95% | 0.92% | - |
| XYZ | 20.23 | 8.89 | 78.49 | - |
| YUV | 63.03 | 224.49 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 234 | 0.57 | 0.95 | 0 | 0.08 | 263.95 | 0.91 | 0.48 |
| Hex | 64 | B | EA | 39 | 5F | 0 | 8 | 108 | 5B | 30 |
| Octal | 144 | 13 | 352 | 71 | 137 | 0 | 10 | 410 | 133 | 60 |
| Binary | 1100100 | 1011 | 11101010 | 111001 | 1011111 | 0 | 1000 | 100001000 | 1011011 | 110000 |
Color Harmonies of #640BEA
Complementary color
Monochromatic Colors of #640BEA
Black with #640BEA
Text Example
Text Example
White with #640BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640BEA; }
p { color: rgb(100,11,234); }
H1.HeaderClassName
{
color: #640BEA;
}
.AnyTagClassName
{
color: #640BEA;
}
</style>
background-color css
<style>
a { background-color: #640BEA; }
a { background-color: rgb(100,11,234); }
div.DivClassName
{
background-color: #640BEA;
}
.BgClassName
{
background-color: #640BEA;
}
</style>
border-color css
<style>
span { border-color: #640BEA; }
span { border-color: rgb(100,11,234); }
td.TdClassName
{
border-color: #640BEA;
}
.TagClassName
{
border-color: #640BEA;
}
</style>