Shades of Electric Indigo #640CEA
Tints of Electric Indigo #640CEA
RGB
CMYK
RGB Variations
Color information
#640CEA (or 0x640CEA) is known color: Electric Indigo. HEX triplet: 64, 0C and EA. RGB value is (100,12,234). Sum of RGB (Red+Green+Blue) = 100+12+234=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 234 (91.80% from 255 or 67.63% from 346); Max value from RGB is 234 - color contains mainly: blue. Hex color #640CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CEA is #9BF315. Grayscale: #3E3E3E. Windows color (decimal): -10220310 or 15338596. OLE color: 15338596.
HSL color Cylindrical-coordinate representation of color #640CEA: hue angle of 263.78º degrees, saturation: 0.9, 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 #640CEA is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 12 | 234 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.08 |
| HSL | 263.78º | 0.9% | 0.48% | - |
| HSV(B) | 263.78º | 0.95% | 0.92% | - |
| XYZ | 20.24 | 8.91 | 78.5 | - |
| YUV | 63.62 | 224.15 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 234 | 0.57 | 0.95 | 0 | 0.08 | 263.78 | 0.9 | 0.48 |
| Hex | 64 | C | EA | 39 | 5F | 0 | 8 | 108 | 5A | 30 |
| Octal | 144 | 14 | 352 | 71 | 137 | 0 | 10 | 410 | 132 | 60 |
| Binary | 1100100 | 1100 | 11101010 | 111001 | 1011111 | 0 | 1000 | 100001000 | 1011010 | 110000 |
Color Harmonies of #640CEA
Complementary color
Monochromatic Colors of #640CEA
Black with #640CEA
Text Example
Text Example
White with #640CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CEA; }
p { color: rgb(100,12,234); }
H1.HeaderClassName
{
color: #640CEA;
}
.AnyTagClassName
{
color: #640CEA;
}
</style>
background-color css
<style>
a { background-color: #640CEA; }
a { background-color: rgb(100,12,234); }
div.DivClassName
{
background-color: #640CEA;
}
.BgClassName
{
background-color: #640CEA;
}
</style>
border-color css
<style>
span { border-color: #640CEA; }
span { border-color: rgb(100,12,234); }
td.TdClassName
{
border-color: #640CEA;
}
.TagClassName
{
border-color: #640CEA;
}
</style>