Shades of Electric Indigo #640CFA
Tints of Electric Indigo #640CFA
RGB
CMYK
RGB Variations
Color information
#640CFA (or 0x640CFA) is known color: Electric Indigo. HEX triplet: 64, 0C and FA. RGB value is (100,12,250). Sum of RGB (Red+Green+Blue) = 100+12+250=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #640CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CFA is #9BF305. Grayscale: #404040. Windows color (decimal): -10220294 or 16387172. OLE color: 16387172.
HSL color Cylindrical-coordinate representation of color #640CFA: hue angle of 262.18º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640CFA is Cyan = 0.6, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 12 | 250 | - |
| CMYK | 0.6 | 0.95 | 0 | 0.02 |
| HSL | 262.18º | 0.96% | 0.51% | - |
| HSV(B) | 262.18º | 0.95% | 0.98% | - |
| XYZ | 22.64 | 9.87 | 91.16 | - |
| YUV | 65.44 | 232.15 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 250 | 0.6 | 0.95 | 0 | 0.02 | 262.18 | 0.96 | 0.51 |
| Hex | 64 | C | FA | 3C | 5F | 0 | 2 | 106 | 60 | 33 |
| Octal | 144 | 14 | 372 | 74 | 137 | 0 | 2 | 406 | 140 | 63 |
| Binary | 1100100 | 1100 | 11111010 | 111100 | 1011111 | 0 | 10 | 100000110 | 1100000 | 110011 |
Color Harmonies of #640CFA
Complementary color
Monochromatic Colors of #640CFA
Black with #640CFA
Text Example
Text Example
White with #640CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CFA; }
p { color: rgb(100,12,250); }
H1.HeaderClassName
{
color: #640CFA;
}
.AnyTagClassName
{
color: #640CFA;
}
</style>
background-color css
<style>
a { background-color: #640CFA; }
a { background-color: rgb(100,12,250); }
div.DivClassName
{
background-color: #640CFA;
}
.BgClassName
{
background-color: #640CFA;
}
</style>
border-color css
<style>
span { border-color: #640CFA; }
span { border-color: rgb(100,12,250); }
td.TdClassName
{
border-color: #640CFA;
}
.TagClassName
{
border-color: #640CFA;
}
</style>