Shades of Electric Indigo #650FDD
Tints of Electric Indigo #650FDD
RGB
CMYK
RGB Variations
Color information
#650FDD (or 0x650FDD) is known color: Electric Indigo. HEX triplet: 65, 0F and DD. RGB value is (101,15,221). Sum of RGB (Red+Green+Blue) = 101+15+221=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #650FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650FDD is #9AF022. Grayscale: #3F3F3F. Windows color (decimal): -10154019 or 14487397. OLE color: 14487397.
HSL color Cylindrical-coordinate representation of color #650FDD: hue angle of 265.05º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650FDD is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 15 | 221 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.13 |
| HSL | 265.05º | 0.87% | 0.46% | - |
| HSV(B) | 265.05º | 0.93% | 0.87% | - |
| XYZ | 18.59 | 8.33 | 69.03 | - |
| YUV | 64.2 | 216.49 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 221 | 0.54 | 0.93 | 0 | 0.13 | 265.05 | 0.87 | 0.46 |
| Hex | 65 | F | DD | 36 | 5D | 0 | D | 109 | 57 | 2E |
| Octal | 145 | 17 | 335 | 66 | 135 | 0 | 15 | 411 | 127 | 56 |
| Binary | 1100101 | 1111 | 11011101 | 110110 | 1011101 | 0 | 1101 | 100001001 | 1010111 | 101110 |
Color Harmonies of #650FDD
Complementary color
Monochromatic Colors of #650FDD
Black with #650FDD
Text Example
Text Example
White with #650FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650FDD; }
p { color: rgb(101,15,221); }
H1.HeaderClassName
{
color: #650FDD;
}
.AnyTagClassName
{
color: #650FDD;
}
</style>
background-color css
<style>
a { background-color: #650FDD; }
a { background-color: rgb(101,15,221); }
div.DivClassName
{
background-color: #650FDD;
}
.BgClassName
{
background-color: #650FDD;
}
</style>
border-color css
<style>
span { border-color: #650FDD; }
span { border-color: rgb(101,15,221); }
td.TdClassName
{
border-color: #650FDD;
}
.TagClassName
{
border-color: #650FDD;
}
</style>