Shades of Electric Indigo #650FDB
Tints of Electric Indigo #650FDB
RGB
CMYK
RGB Variations
Color information
#650FDB (or 0x650FDB) is known color: Electric Indigo. HEX triplet: 65, 0F and DB. RGB value is (101,15,219). Sum of RGB (Red+Green+Blue) = 101+15+219=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #650FDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650FDB is #9AF024. Grayscale: #3F3F3F. Windows color (decimal): -10154021 or 14356325. OLE color: 14356325.
HSL color Cylindrical-coordinate representation of color #650FDB: hue angle of 265.29º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650FDB is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 15 | 219 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.14 |
| HSL | 265.29º | 0.87% | 0.46% | - |
| HSV(B) | 265.29º | 0.93% | 0.86% | - |
| XYZ | 18.32 | 8.22 | 67.64 | - |
| YUV | 63.97 | 215.49 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 219 | 0.54 | 0.93 | 0 | 0.14 | 265.29 | 0.87 | 0.46 |
| Hex | 65 | F | DB | 36 | 5D | 0 | E | 109 | 57 | 2E |
| Octal | 145 | 17 | 333 | 66 | 135 | 0 | 16 | 411 | 127 | 56 |
| Binary | 1100101 | 1111 | 11011011 | 110110 | 1011101 | 0 | 1110 | 100001001 | 1010111 | 101110 |
Color Harmonies of #650FDB
Complementary color
Monochromatic Colors of #650FDB
Black with #650FDB
Text Example
Text Example
White with #650FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650FDB; }
p { color: rgb(101,15,219); }
H1.HeaderClassName
{
color: #650FDB;
}
.AnyTagClassName
{
color: #650FDB;
}
</style>
background-color css
<style>
a { background-color: #650FDB; }
a { background-color: rgb(101,15,219); }
div.DivClassName
{
background-color: #650FDB;
}
.BgClassName
{
background-color: #650FDB;
}
</style>
border-color css
<style>
span { border-color: #650FDB; }
span { border-color: rgb(101,15,219); }
td.TdClassName
{
border-color: #650FDB;
}
.TagClassName
{
border-color: #650FDB;
}
</style>