Shades of Electric Indigo #650EDD
Tints of Electric Indigo #650EDD
RGB
CMYK
RGB Variations
Color information
#650EDD (or 0x650EDD) is known color: Electric Indigo. HEX triplet: 65, 0E and DD. RGB value is (101,14,221). Sum of RGB (Red+Green+Blue) = 101+14+221=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #650EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650EDD is #9AF122. Grayscale: #3E3E3E. Windows color (decimal): -10154275 or 14487141. OLE color: 14487141.
HSL color Cylindrical-coordinate representation of color #650EDD: hue angle of 265.22º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650EDD is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 14 | 221 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.13 |
| HSL | 265.22º | 0.88% | 0.46% | - |
| HSV(B) | 265.22º | 0.94% | 0.87% | - |
| XYZ | 18.58 | 8.3 | 69.03 | - |
| YUV | 63.61 | 216.82 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 221 | 0.54 | 0.94 | 0 | 0.13 | 265.22 | 0.88 | 0.46 |
| Hex | 65 | E | DD | 36 | 5E | 0 | D | 109 | 58 | 2E |
| Octal | 145 | 16 | 335 | 66 | 136 | 0 | 15 | 411 | 130 | 56 |
| Binary | 1100101 | 1110 | 11011101 | 110110 | 1011110 | 0 | 1101 | 100001001 | 1011000 | 101110 |
Color Harmonies of #650EDD
Complementary color
Monochromatic Colors of #650EDD
Black with #650EDD
Text Example
Text Example
White with #650EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650EDD; }
p { color: rgb(101,14,221); }
H1.HeaderClassName
{
color: #650EDD;
}
.AnyTagClassName
{
color: #650EDD;
}
</style>
background-color css
<style>
a { background-color: #650EDD; }
a { background-color: rgb(101,14,221); }
div.DivClassName
{
background-color: #650EDD;
}
.BgClassName
{
background-color: #650EDD;
}
</style>
border-color css
<style>
span { border-color: #650EDD; }
span { border-color: rgb(101,14,221); }
td.TdClassName
{
border-color: #650EDD;
}
.TagClassName
{
border-color: #650EDD;
}
</style>