Shades of Electric Indigo #650DDC
Tints of Electric Indigo #650DDC
RGB
CMYK
RGB Variations
Color information
#650DDC (or 0x650DDC) is known color: Electric Indigo. HEX triplet: 65, 0D and DC. RGB value is (101,13,220). Sum of RGB (Red+Green+Blue) = 101+13+220=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #650DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DDC is #9AF223. Grayscale: #3E3E3E. Windows color (decimal): -10154532 or 14421349. OLE color: 14421349.
HSL color Cylindrical-coordinate representation of color #650DDC: hue angle of 265.51º degrees, saturation: 0.89, 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 #650DDC is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 13 | 220 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.14 |
| HSL | 265.51º | 0.89% | 0.46% | - |
| HSV(B) | 265.51º | 0.94% | 0.86% | - |
| XYZ | 18.43 | 8.22 | 68.33 | - |
| YUV | 62.91 | 216.65 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 220 | 0.54 | 0.94 | 0 | 0.14 | 265.51 | 0.89 | 0.46 |
| Hex | 65 | D | DC | 36 | 5E | 0 | E | 10A | 59 | 2E |
| Octal | 145 | 15 | 334 | 66 | 136 | 0 | 16 | 412 | 131 | 56 |
| Binary | 1100101 | 1101 | 11011100 | 110110 | 1011110 | 0 | 1110 | 100001010 | 1011001 | 101110 |
Color Harmonies of #650DDC
Complementary color
Monochromatic Colors of #650DDC
Black with #650DDC
Text Example
Text Example
White with #650DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650DDC; }
p { color: rgb(101,13,220); }
H1.HeaderClassName
{
color: #650DDC;
}
.AnyTagClassName
{
color: #650DDC;
}
</style>
background-color css
<style>
a { background-color: #650DDC; }
a { background-color: rgb(101,13,220); }
div.DivClassName
{
background-color: #650DDC;
}
.BgClassName
{
background-color: #650DDC;
}
</style>
border-color css
<style>
span { border-color: #650DDC; }
span { border-color: rgb(101,13,220); }
td.TdClassName
{
border-color: #650DDC;
}
.TagClassName
{
border-color: #650DDC;
}
</style>