Shades of Electric Indigo #640CFF
Tints of Electric Indigo #640CFF
RGB
CMYK
RGB Variations
Color information
#640CFF (or 0x640CFF) is known color: Electric Indigo. HEX triplet: 64, 0C and FF. RGB value is (100,12,255). Sum of RGB (Red+Green+Blue) = 100+12+255=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #640CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CFF is #9BF300. Grayscale: #414141. Windows color (decimal): -10220289 or 16714852. OLE color: 16714852.
HSL color Cylindrical-coordinate representation of color #640CFF: hue angle of 261.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640CFF is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 12 | 255 | - |
| CMYK | 0.61 | 0.95 | 0 | 0 |
| HSL | 261.73º | 1% | 0.52% | - |
| HSV(B) | 261.73º | 0.95% | 1% | - |
| XYZ | 23.44 | 10.19 | 95.34 | - |
| YUV | 66.01 | 234.65 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 255 | 0.61 | 0.95 | 0 | 0 | 261.73 | 1 | 0.52 |
| Hex | 64 | C | FF | 3D | 5F | 0 | 0 | 106 | 64 | 34 |
| Octal | 144 | 14 | 377 | 75 | 137 | 0 | 0 | 406 | 144 | 64 |
| Binary | 1100100 | 1100 | 11111111 | 111101 | 1011111 | 0 | 0 | 100000110 | 1100100 | 110100 |
Color Harmonies of #640CFF
Complementary color
Monochromatic Colors of #640CFF
Black with #640CFF
Text Example
Text Example
White with #640CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CFF; }
p { color: rgb(100,12,255); }
H1.HeaderClassName
{
color: #640CFF;
}
.AnyTagClassName
{
color: #640CFF;
}
</style>
background-color css
<style>
a { background-color: #640CFF; }
a { background-color: rgb(100,12,255); }
div.DivClassName
{
background-color: #640CFF;
}
.BgClassName
{
background-color: #640CFF;
}
</style>
border-color css
<style>
span { border-color: #640CFF; }
span { border-color: rgb(100,12,255); }
td.TdClassName
{
border-color: #640CFF;
}
.TagClassName
{
border-color: #640CFF;
}
</style>