Shades of Electric Indigo #650BDF
Tints of Electric Indigo #650BDF
RGB
CMYK
RGB Variations
Color information
#650BDF (or 0x650BDF) is known color: Electric Indigo. HEX triplet: 65, 0B and DF. RGB value is (101,11,223). Sum of RGB (Red+Green+Blue) = 101+11+223=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #650BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650BDF is #9AF420. Grayscale: #3D3D3D. Windows color (decimal): -10155041 or 14617445. OLE color: 14617445.
HSL color Cylindrical-coordinate representation of color #650BDF: hue angle of 265.47º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650BDF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 11 | 223 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.13 |
| HSL | 265.47º | 0.91% | 0.46% | - |
| HSV(B) | 265.47º | 0.95% | 0.87% | - |
| XYZ | 18.81 | 8.33 | 70.43 | - |
| YUV | 62.08 | 218.82 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 11 | 223 | 0.55 | 0.95 | 0 | 0.13 | 265.47 | 0.91 | 0.46 |
| Hex | 65 | B | DF | 37 | 5F | 0 | D | 109 | 5B | 2E |
| Octal | 145 | 13 | 337 | 67 | 137 | 0 | 15 | 411 | 133 | 56 |
| Binary | 1100101 | 1011 | 11011111 | 110111 | 1011111 | 0 | 1101 | 100001001 | 1011011 | 101110 |
Color Harmonies of #650BDF
Complementary color
Monochromatic Colors of #650BDF
Black with #650BDF
Text Example
Text Example
White with #650BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650BDF; }
p { color: rgb(101,11,223); }
H1.HeaderClassName
{
color: #650BDF;
}
.AnyTagClassName
{
color: #650BDF;
}
</style>
background-color css
<style>
a { background-color: #650BDF; }
a { background-color: rgb(101,11,223); }
div.DivClassName
{
background-color: #650BDF;
}
.BgClassName
{
background-color: #650BDF;
}
</style>
border-color css
<style>
span { border-color: #650BDF; }
span { border-color: rgb(101,11,223); }
td.TdClassName
{
border-color: #650BDF;
}
.TagClassName
{
border-color: #650BDF;
}
</style>