Shades of Electric Indigo #640AFC
Tints of Electric Indigo #640AFC
RGB
CMYK
RGB Variations
Color information
#640AFC (or 0x640AFC) is known color: Electric Indigo. HEX triplet: 64, 0A and FC. RGB value is (100,10,252). Sum of RGB (Red+Green+Blue) = 100+10+252=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #640AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640AFC is #9BF503. Grayscale: #3F3F3F. Windows color (decimal): -10220804 or 16517732. OLE color: 16517732.
HSL color Cylindrical-coordinate representation of color #640AFC: hue angle of 262.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640AFC is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 10 | 252 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.01 |
| HSL | 262.31º | 0.98% | 0.51% | - |
| HSV(B) | 262.31º | 0.96% | 0.99% | - |
| XYZ | 22.93 | 9.95 | 92.81 | - |
| YUV | 64.5 | 233.82 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 252 | 0.60 | 0.96 | 0 | 0.01 | 262.31 | 0.98 | 0.51 |
| Hex | 64 | A | FC | 3C | 60 | 0 | 1 | 106 | 62 | 33 |
| Octal | 144 | 12 | 374 | 74 | 140 | 0 | 1 | 406 | 142 | 63 |
| Binary | 1100100 | 1010 | 11111100 | 111100 | 1100000 | 0 | 1 | 100000110 | 1100010 | 110011 |
Color Harmonies of #640AFC
Complementary color
Monochromatic Colors of #640AFC
Black with #640AFC
Text Example
Text Example
White with #640AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640AFC; }
p { color: rgb(100,10,252); }
H1.HeaderClassName
{
color: #640AFC;
}
.AnyTagClassName
{
color: #640AFC;
}
</style>
background-color css
<style>
a { background-color: #640AFC; }
a { background-color: rgb(100,10,252); }
div.DivClassName
{
background-color: #640AFC;
}
.BgClassName
{
background-color: #640AFC;
}
</style>
border-color css
<style>
span { border-color: #640AFC; }
span { border-color: rgb(100,10,252); }
td.TdClassName
{
border-color: #640AFC;
}
.TagClassName
{
border-color: #640AFC;
}
</style>