Shades of Electric Indigo #650EEC
Tints of Electric Indigo #650EEC
RGB
CMYK
RGB Variations
Color information
#650EEC (or 0x650EEC) is known color: Electric Indigo. HEX triplet: 65, 0E and EC. RGB value is (101,14,236). Sum of RGB (Red+Green+Blue) = 101+14+236=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #650EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650EEC is #9AF113. Grayscale: #404040. Windows color (decimal): -10154260 or 15470181. OLE color: 15470181.
HSL color Cylindrical-coordinate representation of color #650EEC: hue angle of 263.51º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650EEC is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 14 | 236 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.07 |
| HSL | 263.51º | 0.89% | 0.49% | - |
| HSV(B) | 263.51º | 0.94% | 0.93% | - |
| XYZ | 20.66 | 9.14 | 80.03 | - |
| YUV | 65.32 | 224.32 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 236 | 0.57 | 0.94 | 0 | 0.07 | 263.51 | 0.89 | 0.49 |
| Hex | 65 | E | EC | 39 | 5E | 0 | 7 | 108 | 59 | 31 |
| Octal | 145 | 16 | 354 | 71 | 136 | 0 | 7 | 410 | 131 | 61 |
| Binary | 1100101 | 1110 | 11101100 | 111001 | 1011110 | 0 | 111 | 100001000 | 1011001 | 110001 |
Color Harmonies of #650EEC
Complementary color
Monochromatic Colors of #650EEC
Black with #650EEC
Text Example
Text Example
White with #650EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650EEC; }
p { color: rgb(101,14,236); }
H1.HeaderClassName
{
color: #650EEC;
}
.AnyTagClassName
{
color: #650EEC;
}
</style>
background-color css
<style>
a { background-color: #650EEC; }
a { background-color: rgb(101,14,236); }
div.DivClassName
{
background-color: #650EEC;
}
.BgClassName
{
background-color: #650EEC;
}
</style>
border-color css
<style>
span { border-color: #650EEC; }
span { border-color: rgb(101,14,236); }
td.TdClassName
{
border-color: #650EEC;
}
.TagClassName
{
border-color: #650EEC;
}
</style>