Shades of Electric Indigo #650DDD
Tints of Electric Indigo #650DDD
RGB
CMYK
RGB Variations
Color information
#650DDD (or 0x650DDD) is known color: Electric Indigo. HEX triplet: 65, 0D and DD. RGB value is (101,13,221). Sum of RGB (Red+Green+Blue) = 101+13+221=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #650DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DDD is #9AF222. Grayscale: #3E3E3E. Windows color (decimal): -10154531 or 14486885. OLE color: 14486885.
HSL color Cylindrical-coordinate representation of color #650DDD: hue angle of 265.38º 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 #650DDD is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 13 | 221 | - |
| CMYK | 0.54 | 0.94 | 0 | 0.13 |
| HSL | 265.38º | 0.89% | 0.46% | - |
| HSV(B) | 265.38º | 0.94% | 0.87% | - |
| XYZ | 18.56 | 8.28 | 69.03 | - |
| YUV | 63.02 | 217.15 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 221 | 0.54 | 0.94 | 0 | 0.13 | 265.38 | 0.89 | 0.46 |
| Hex | 65 | D | DD | 36 | 5E | 0 | D | 109 | 59 | 2E |
| Octal | 145 | 15 | 335 | 66 | 136 | 0 | 15 | 411 | 131 | 56 |
| Binary | 1100101 | 1101 | 11011101 | 110110 | 1011110 | 0 | 1101 | 100001001 | 1011001 | 101110 |
Color Harmonies of #650DDD
Complementary color
Monochromatic Colors of #650DDD
Black with #650DDD
Text Example
Text Example
White with #650DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650DDD; }
p { color: rgb(101,13,221); }
H1.HeaderClassName
{
color: #650DDD;
}
.AnyTagClassName
{
color: #650DDD;
}
</style>
background-color css
<style>
a { background-color: #650DDD; }
a { background-color: rgb(101,13,221); }
div.DivClassName
{
background-color: #650DDD;
}
.BgClassName
{
background-color: #650DDD;
}
</style>
border-color css
<style>
span { border-color: #650DDD; }
span { border-color: rgb(101,13,221); }
td.TdClassName
{
border-color: #650DDD;
}
.TagClassName
{
border-color: #650DDD;
}
</style>