Shades of Electric Indigo #650EDC
Tints of Electric Indigo #650EDC
RGB
CMYK
RGB Variations
Color information
#650EDC (or 0x650EDC) is known color: Electric Indigo. HEX triplet: 65, 0E and DC. RGB value is (101,14,220). Sum of RGB (Red+Green+Blue) = 101+14+220=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #650EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650EDC is #9AF123. Grayscale: #3E3E3E. Windows color (decimal): -10154276 or 14421605. OLE color: 14421605.
HSL color Cylindrical-coordinate representation of color #650EDC: hue angle of 265.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650EDC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 14 | 220 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.14 |
| HSL | 265.34º | 0.88% | 0.46% | - |
| HSV(B) | 265.34º | 0.94% | 0.86% | - |
| XYZ | 18.44 | 8.25 | 68.33 | - |
| YUV | 63.5 | 216.32 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 220 | 0.54 | 0.94 | 0 | 0.14 | 265.34 | 0.88 | 0.46 |
| Hex | 65 | E | DC | 36 | 5E | 0 | E | 109 | 58 | 2E |
| Octal | 145 | 16 | 334 | 66 | 136 | 0 | 16 | 411 | 130 | 56 |
| Binary | 1100101 | 1110 | 11011100 | 110110 | 1011110 | 0 | 1110 | 100001001 | 1011000 | 101110 |
Color Harmonies of #650EDC
Complementary color
Monochromatic Colors of #650EDC
Black with #650EDC
Text Example
Text Example
White with #650EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650EDC; }
p { color: rgb(101,14,220); }
H1.HeaderClassName
{
color: #650EDC;
}
.AnyTagClassName
{
color: #650EDC;
}
</style>
background-color css
<style>
a { background-color: #650EDC; }
a { background-color: rgb(101,14,220); }
div.DivClassName
{
background-color: #650EDC;
}
.BgClassName
{
background-color: #650EDC;
}
</style>
border-color css
<style>
span { border-color: #650EDC; }
span { border-color: rgb(101,14,220); }
td.TdClassName
{
border-color: #650EDC;
}
.TagClassName
{
border-color: #650EDC;
}
</style>