Shades of Electric Indigo #650BDB
Tints of Electric Indigo #650BDB
RGB
CMYK
RGB Variations
Color information
#650BDB (or 0x650BDB) is known color: Electric Indigo. HEX triplet: 65, 0B and DB. RGB value is (101,11,219). Sum of RGB (Red+Green+Blue) = 101+11+219=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 219 (85.94% from 255 or 66.16% from 331); Max value from RGB is 219 - color contains mainly: blue. Hex color #650BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BDB is #9AF424. Grayscale: #3C3C3C. Windows color (decimal): -10155045 or 14355301. OLE color: 14355301.
HSL color Cylindrical-coordinate representation of color #650BDB: hue angle of 265.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650BDB is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 11 | 219 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.14 |
| HSL | 265.96º | 0.9% | 0.45% | - |
| HSV(B) | 265.96º | 0.95% | 0.86% | - |
| XYZ | 18.27 | 8.12 | 67.62 | - |
| YUV | 61.62 | 216.82 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 219 | 0.54 | 0.95 | 0 | 0.14 | 265.96 | 0.9 | 0.45 |
| Hex | 65 | B | DB | 36 | 5F | 0 | E | 10A | 5A | 2D |
| Octal | 145 | 13 | 333 | 66 | 137 | 0 | 16 | 412 | 132 | 55 |
| Binary | 1100101 | 1011 | 11011011 | 110110 | 1011111 | 0 | 1110 | 100001010 | 1011010 | 101101 |
Color Harmonies of #650BDB
Complementary color
Monochromatic Colors of #650BDB
Black with #650BDB
Text Example
Text Example
White with #650BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650BDB; }
p { color: rgb(101,11,219); }
H1.HeaderClassName
{
color: #650BDB;
}
.AnyTagClassName
{
color: #650BDB;
}
</style>
background-color css
<style>
a { background-color: #650BDB; }
a { background-color: rgb(101,11,219); }
div.DivClassName
{
background-color: #650BDB;
}
.BgClassName
{
background-color: #650BDB;
}
</style>
border-color css
<style>
span { border-color: #650BDB; }
span { border-color: rgb(101,11,219); }
td.TdClassName
{
border-color: #650BDB;
}
.TagClassName
{
border-color: #650BDB;
}
</style>