Shades of Electric Indigo #650EFE
Tints of Electric Indigo #650EFE
RGB
CMYK
RGB Variations
Color information
#650EFE (or 0x650EFE) is known color: Electric Indigo. HEX triplet: 65, 0E and FE. RGB value is (101,14,254). Sum of RGB (Red+Green+Blue) = 101+14+254=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #650EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650EFE is #9AF101. Grayscale: #424242. Windows color (decimal): -10154242 or 16649829. OLE color: 16649829.
HSL color Cylindrical-coordinate representation of color #650EFE: hue angle of 261.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650EFE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 14 | 254 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.00 |
| HSL | 261.75º | 0.99% | 0.53% | - |
| HSV(B) | 261.75º | 0.94% | 1% | - |
| XYZ | 23.41 | 10.24 | 94.51 | - |
| YUV | 67.37 | 233.32 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 254 | 0.60 | 0.94 | 0 | 0.00 | 261.75 | 0.99 | 0.53 |
| Hex | 65 | E | FE | 3C | 5E | 0 | 0 | 106 | 63 | 35 |
| Octal | 145 | 16 | 376 | 74 | 136 | 0 | 0 | 406 | 143 | 65 |
| Binary | 1100101 | 1110 | 11111110 | 111100 | 1011110 | 0 | 0 | 100000110 | 1100011 | 110101 |
Color Harmonies of #650EFE
Complementary color
Monochromatic Colors of #650EFE
Black with #650EFE
Text Example
Text Example
White with #650EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650EFE; }
p { color: rgb(101,14,254); }
H1.HeaderClassName
{
color: #650EFE;
}
.AnyTagClassName
{
color: #650EFE;
}
</style>
background-color css
<style>
a { background-color: #650EFE; }
a { background-color: rgb(101,14,254); }
div.DivClassName
{
background-color: #650EFE;
}
.BgClassName
{
background-color: #650EFE;
}
</style>
border-color css
<style>
span { border-color: #650EFE; }
span { border-color: rgb(101,14,254); }
td.TdClassName
{
border-color: #650EFE;
}
.TagClassName
{
border-color: #650EFE;
}
</style>