Shades of Electric Indigo #640CE5
Tints of Electric Indigo #640CE5
RGB
CMYK
RGB Variations
Color information
#640CE5 (or 0x640CE5) is known color: Electric Indigo. HEX triplet: 64, 0C and E5. RGB value is (100,12,229). Sum of RGB (Red+Green+Blue) = 100+12+229=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 229 (89.84% from 255 or 67.16% from 341); Max value from RGB is 229 - color contains mainly: blue. Hex color #640CE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CE5 is #9BF31A. Grayscale: #3E3E3E. Windows color (decimal): -10220315 or 15010916. OLE color: 15010916.
HSL color Cylindrical-coordinate representation of color #640CE5: hue angle of 264.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640CE5 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 12 | 229 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.10 |
| HSL | 264.33º | 0.9% | 0.47% | - |
| HSV(B) | 264.33º | 0.95% | 0.9% | - |
| XYZ | 19.53 | 8.63 | 74.77 | - |
| YUV | 63.05 | 221.65 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 229 | 0.56 | 0.95 | 0 | 0.10 | 264.33 | 0.9 | 0.47 |
| Hex | 64 | C | E5 | 38 | 5F | 0 | A | 108 | 5A | 2F |
| Octal | 144 | 14 | 345 | 70 | 137 | 0 | 12 | 410 | 132 | 57 |
| Binary | 1100100 | 1100 | 11100101 | 111000 | 1011111 | 0 | 1010 | 100001000 | 1011010 | 101111 |
Color Harmonies of #640CE5
Complementary color
Monochromatic Colors of #640CE5
Black with #640CE5
Text Example
Text Example
White with #640CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CE5; }
p { color: rgb(100,12,229); }
H1.HeaderClassName
{
color: #640CE5;
}
.AnyTagClassName
{
color: #640CE5;
}
</style>
background-color css
<style>
a { background-color: #640CE5; }
a { background-color: rgb(100,12,229); }
div.DivClassName
{
background-color: #640CE5;
}
.BgClassName
{
background-color: #640CE5;
}
</style>
border-color css
<style>
span { border-color: #640CE5; }
span { border-color: rgb(100,12,229); }
td.TdClassName
{
border-color: #640CE5;
}
.TagClassName
{
border-color: #640CE5;
}
</style>