Shades of Electric Indigo #650BDC
Tints of Electric Indigo #650BDC
RGB
CMYK
RGB Variations
Color information
#650BDC (or 0x650BDC) is known color: Electric Indigo. HEX triplet: 65, 0B and DC. RGB value is (101,11,220). Sum of RGB (Red+Green+Blue) = 101+11+220=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #650BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BDC is #9AF423. Grayscale: #3C3C3C. Windows color (decimal): -10155044 or 14420837. OLE color: 14420837.
HSL color Cylindrical-coordinate representation of color #650BDC: hue angle of 265.84º 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 #650BDC is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 11 | 220 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.14 |
| HSL | 265.84º | 0.9% | 0.45% | - |
| HSV(B) | 265.84º | 0.95% | 0.86% | - |
| XYZ | 18.4 | 8.17 | 68.32 | - |
| YUV | 61.74 | 217.32 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 220 | 0.54 | 0.95 | 0 | 0.14 | 265.84 | 0.9 | 0.45 |
| Hex | 65 | B | DC | 36 | 5F | 0 | E | 10A | 5A | 2D |
| Octal | 145 | 13 | 334 | 66 | 137 | 0 | 16 | 412 | 132 | 55 |
| Binary | 1100101 | 1011 | 11011100 | 110110 | 1011111 | 0 | 1110 | 100001010 | 1011010 | 101101 |
Color Harmonies of #650BDC
Complementary color
Monochromatic Colors of #650BDC
Black with #650BDC
Text Example
Text Example
White with #650BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650BDC; }
p { color: rgb(101,11,220); }
H1.HeaderClassName
{
color: #650BDC;
}
.AnyTagClassName
{
color: #650BDC;
}
</style>
background-color css
<style>
a { background-color: #650BDC; }
a { background-color: rgb(101,11,220); }
div.DivClassName
{
background-color: #650BDC;
}
.BgClassName
{
background-color: #650BDC;
}
</style>
border-color css
<style>
span { border-color: #650BDC; }
span { border-color: rgb(101,11,220); }
td.TdClassName
{
border-color: #650BDC;
}
.TagClassName
{
border-color: #650BDC;
}
</style>