Shades of Electric Indigo #650EDA
Tints of Electric Indigo #650EDA
RGB
CMYK
RGB Variations
Color information
#650EDA (or 0x650EDA) is known color: Electric Indigo. HEX triplet: 65, 0E and DA. RGB value is (101,14,218). Sum of RGB (Red+Green+Blue) = 101+14+218=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #650EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650EDA is #9AF125. Grayscale: #3E3E3E. Windows color (decimal): -10154278 or 14290533. OLE color: 14290533.
HSL color Cylindrical-coordinate representation of color #650EDA: hue angle of 265.59º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650EDA is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 14 | 218 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.15 |
| HSL | 265.59º | 0.88% | 0.45% | - |
| HSV(B) | 265.59º | 0.94% | 0.85% | - |
| XYZ | 18.18 | 8.14 | 66.94 | - |
| YUV | 63.27 | 215.32 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 218 | 0.54 | 0.94 | 0 | 0.15 | 265.59 | 0.88 | 0.45 |
| Hex | 65 | E | DA | 36 | 5E | 0 | F | 10A | 58 | 2D |
| Octal | 145 | 16 | 332 | 66 | 136 | 0 | 17 | 412 | 130 | 55 |
| Binary | 1100101 | 1110 | 11011010 | 110110 | 1011110 | 0 | 1111 | 100001010 | 1011000 | 101101 |
Color Harmonies of #650EDA
Complementary color
Monochromatic Colors of #650EDA
Black with #650EDA
Text Example
Text Example
White with #650EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650EDA; }
p { color: rgb(101,14,218); }
H1.HeaderClassName
{
color: #650EDA;
}
.AnyTagClassName
{
color: #650EDA;
}
</style>
background-color css
<style>
a { background-color: #650EDA; }
a { background-color: rgb(101,14,218); }
div.DivClassName
{
background-color: #650EDA;
}
.BgClassName
{
background-color: #650EDA;
}
</style>
border-color css
<style>
span { border-color: #650EDA; }
span { border-color: rgb(101,14,218); }
td.TdClassName
{
border-color: #650EDA;
}
.TagClassName
{
border-color: #650EDA;
}
</style>