Shades of Electric Indigo #650DDE
Tints of Electric Indigo #650DDE
RGB
CMYK
RGB Variations
Color information
#650DDE (or 0x650DDE) is known color: Electric Indigo. HEX triplet: 65, 0D and DE. RGB value is (101,13,222). Sum of RGB (Red+Green+Blue) = 101+13+222=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #650DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DDE is #9AF221. Grayscale: #3E3E3E. Windows color (decimal): -10154530 or 14552421. OLE color: 14552421.
HSL color Cylindrical-coordinate representation of color #650DDE: hue angle of 265.26º degrees, saturation: 0.89, 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 #650DDE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 13 | 222 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.13 |
| HSL | 265.26º | 0.89% | 0.46% | - |
| HSV(B) | 265.26º | 0.94% | 0.87% | - |
| XYZ | 18.7 | 8.33 | 69.73 | - |
| YUV | 63.14 | 217.65 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 222 | 0.55 | 0.94 | 0 | 0.13 | 265.26 | 0.89 | 0.46 |
| Hex | 65 | D | DE | 37 | 5E | 0 | D | 109 | 59 | 2E |
| Octal | 145 | 15 | 336 | 67 | 136 | 0 | 15 | 411 | 131 | 56 |
| Binary | 1100101 | 1101 | 11011110 | 110111 | 1011110 | 0 | 1101 | 100001001 | 1011001 | 101110 |
Color Harmonies of #650DDE
Complementary color
Monochromatic Colors of #650DDE
Black with #650DDE
Text Example
Text Example
White with #650DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650DDE; }
p { color: rgb(101,13,222); }
H1.HeaderClassName
{
color: #650DDE;
}
.AnyTagClassName
{
color: #650DDE;
}
</style>
background-color css
<style>
a { background-color: #650DDE; }
a { background-color: rgb(101,13,222); }
div.DivClassName
{
background-color: #650DDE;
}
.BgClassName
{
background-color: #650DDE;
}
</style>
border-color css
<style>
span { border-color: #650DDE; }
span { border-color: rgb(101,13,222); }
td.TdClassName
{
border-color: #650DDE;
}
.TagClassName
{
border-color: #650DDE;
}
</style>