Shades of Electric Indigo #640BFB
Tints of Electric Indigo #640BFB
RGB
CMYK
RGB Variations
Color information
#640BFB (or 0x640BFB) is known color: Electric Indigo. HEX triplet: 64, 0B and FB. RGB value is (100,11,251). Sum of RGB (Red+Green+Blue) = 100+11+251=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #640BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640BFB is #9BF404. Grayscale: #404040. Windows color (decimal): -10220549 or 16452452. OLE color: 16452452.
HSL color Cylindrical-coordinate representation of color #640BFB: hue angle of 262.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640BFB is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 11 | 251 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.02 |
| HSL | 262.25º | 0.97% | 0.51% | - |
| HSV(B) | 262.25º | 0.96% | 0.98% | - |
| XYZ | 22.79 | 9.91 | 91.98 | - |
| YUV | 64.97 | 232.99 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 251 | 0.60 | 0.96 | 0 | 0.02 | 262.25 | 0.97 | 0.51 |
| Hex | 64 | B | FB | 3C | 60 | 0 | 2 | 106 | 61 | 33 |
| Octal | 144 | 13 | 373 | 74 | 140 | 0 | 2 | 406 | 141 | 63 |
| Binary | 1100100 | 1011 | 11111011 | 111100 | 1100000 | 0 | 10 | 100000110 | 1100001 | 110011 |
Color Harmonies of #640BFB
Complementary color
Monochromatic Colors of #640BFB
Black with #640BFB
Text Example
Text Example
White with #640BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640BFB; }
p { color: rgb(100,11,251); }
H1.HeaderClassName
{
color: #640BFB;
}
.AnyTagClassName
{
color: #640BFB;
}
</style>
background-color css
<style>
a { background-color: #640BFB; }
a { background-color: rgb(100,11,251); }
div.DivClassName
{
background-color: #640BFB;
}
.BgClassName
{
background-color: #640BFB;
}
</style>
border-color css
<style>
span { border-color: #640BFB; }
span { border-color: rgb(100,11,251); }
td.TdClassName
{
border-color: #640BFB;
}
.TagClassName
{
border-color: #640BFB;
}
</style>