Shades of Electric Indigo #640BF1
Tints of Electric Indigo #640BF1
RGB
CMYK
RGB Variations
Color information
#640BF1 (or 0x640BF1) is known color: Electric Indigo. HEX triplet: 64, 0B and F1. RGB value is (100,11,241). Sum of RGB (Red+Green+Blue) = 100+11+241=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 241 (94.53% from 255 or 68.47% from 352); Max value from RGB is 241 - color contains mainly: blue. Hex color #640BF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640BF1 is #9BF40E. Grayscale: #3F3F3F. Windows color (decimal): -10220559 or 15797092. OLE color: 15797092.
HSL color Cylindrical-coordinate representation of color #640BF1: hue angle of 263.22º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640BF1 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 11 | 241 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.05 |
| HSL | 263.22º | 0.91% | 0.49% | - |
| HSV(B) | 263.22º | 0.95% | 0.95% | - |
| XYZ | 21.25 | 9.3 | 83.89 | - |
| YUV | 63.83 | 227.99 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 241 | 0.59 | 0.95 | 0 | 0.05 | 263.22 | 0.91 | 0.49 |
| Hex | 64 | B | F1 | 3B | 5F | 0 | 5 | 107 | 5B | 31 |
| Octal | 144 | 13 | 361 | 73 | 137 | 0 | 5 | 407 | 133 | 61 |
| Binary | 1100100 | 1011 | 11110001 | 111011 | 1011111 | 0 | 101 | 100000111 | 1011011 | 110001 |
Color Harmonies of #640BF1
Complementary color
Monochromatic Colors of #640BF1
Black with #640BF1
Text Example
Text Example
White with #640BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640BF1; }
p { color: rgb(100,11,241); }
H1.HeaderClassName
{
color: #640BF1;
}
.AnyTagClassName
{
color: #640BF1;
}
</style>
background-color css
<style>
a { background-color: #640BF1; }
a { background-color: rgb(100,11,241); }
div.DivClassName
{
background-color: #640BF1;
}
.BgClassName
{
background-color: #640BF1;
}
</style>
border-color css
<style>
span { border-color: #640BF1; }
span { border-color: rgb(100,11,241); }
td.TdClassName
{
border-color: #640BF1;
}
.TagClassName
{
border-color: #640BF1;
}
</style>