Shades of Electric Indigo #640CFB
Tints of Electric Indigo #640CFB
RGB
CMYK
RGB Variations
Color information
#640CFB (or 0x640CFB) is known color: Electric Indigo. HEX triplet: 64, 0C and FB. RGB value is (100,12,251). Sum of RGB (Red+Green+Blue) = 100+12+251=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #640CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640CFB is #9BF304. Grayscale: #404040. Windows color (decimal): -10220293 or 16452708. OLE color: 16452708.
HSL color Cylindrical-coordinate representation of color #640CFB: hue angle of 262.09º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640CFB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 12 | 251 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.02 |
| HSL | 262.09º | 0.97% | 0.52% | - |
| HSV(B) | 262.09º | 0.95% | 0.98% | - |
| XYZ | 22.8 | 9.94 | 91.98 | - |
| YUV | 65.56 | 232.65 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 251 | 0.60 | 0.95 | 0 | 0.02 | 262.09 | 0.97 | 0.52 |
| Hex | 64 | C | FB | 3C | 5F | 0 | 2 | 106 | 61 | 34 |
| Octal | 144 | 14 | 373 | 74 | 137 | 0 | 2 | 406 | 141 | 64 |
| Binary | 1100100 | 1100 | 11111011 | 111100 | 1011111 | 0 | 10 | 100000110 | 1100001 | 110100 |
Color Harmonies of #640CFB
Complementary color
Monochromatic Colors of #640CFB
Black with #640CFB
Text Example
Text Example
White with #640CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640CFB; }
p { color: rgb(100,12,251); }
H1.HeaderClassName
{
color: #640CFB;
}
.AnyTagClassName
{
color: #640CFB;
}
</style>
background-color css
<style>
a { background-color: #640CFB; }
a { background-color: rgb(100,12,251); }
div.DivClassName
{
background-color: #640CFB;
}
.BgClassName
{
background-color: #640CFB;
}
</style>
border-color css
<style>
span { border-color: #640CFB; }
span { border-color: rgb(100,12,251); }
td.TdClassName
{
border-color: #640CFB;
}
.TagClassName
{
border-color: #640CFB;
}
</style>