Shades of Electric Indigo #650BED
Tints of Electric Indigo #650BED
RGB
CMYK
RGB Variations
Color information
#650BED (or 0x650BED) is known color: Electric Indigo. HEX triplet: 65, 0B and ED. RGB value is (101,11,237). Sum of RGB (Red+Green+Blue) = 101+11+237=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #650BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650BED is #9AF412. Grayscale: #3E3E3E. Windows color (decimal): -10155027 or 15534949. OLE color: 15534949.
HSL color Cylindrical-coordinate representation of color #650BED: hue angle of 263.89º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650BED is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 11 | 237 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.07 |
| HSL | 263.89º | 0.91% | 0.49% | - |
| HSV(B) | 263.89º | 0.95% | 0.93% | - |
| XYZ | 20.77 | 9.12 | 80.79 | - |
| YUV | 63.67 | 225.82 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 237 | 0.57 | 0.95 | 0 | 0.07 | 263.89 | 0.91 | 0.49 |
| Hex | 65 | B | ED | 39 | 5F | 0 | 7 | 108 | 5B | 31 |
| Octal | 145 | 13 | 355 | 71 | 137 | 0 | 7 | 410 | 133 | 61 |
| Binary | 1100101 | 1011 | 11101101 | 111001 | 1011111 | 0 | 111 | 100001000 | 1011011 | 110001 |
Color Harmonies of #650BED
Complementary color
Monochromatic Colors of #650BED
Black with #650BED
Text Example
Text Example
White with #650BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650BED; }
p { color: rgb(101,11,237); }
H1.HeaderClassName
{
color: #650BED;
}
.AnyTagClassName
{
color: #650BED;
}
</style>
background-color css
<style>
a { background-color: #650BED; }
a { background-color: rgb(101,11,237); }
div.DivClassName
{
background-color: #650BED;
}
.BgClassName
{
background-color: #650BED;
}
</style>
border-color css
<style>
span { border-color: #650BED; }
span { border-color: rgb(101,11,237); }
td.TdClassName
{
border-color: #650BED;
}
.TagClassName
{
border-color: #650BED;
}
</style>