Shades of Electric Indigo #650CDF
Tints of Electric Indigo #650CDF
RGB
CMYK
RGB Variations
Color information
#650CDF (or 0x650CDF) is known color: Electric Indigo. HEX triplet: 65, 0C and DF. RGB value is (101,12,223). Sum of RGB (Red+Green+Blue) = 101+12+223=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #650CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650CDF is #9AF320. Grayscale: #3D3D3D. Windows color (decimal): -10154785 or 14617701. OLE color: 14617701.
HSL color Cylindrical-coordinate representation of color #650CDF: hue angle of 265.31º degrees, saturation: 0.9, 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 #650CDF is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 12 | 223 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.13 |
| HSL | 265.31º | 0.9% | 0.46% | - |
| HSV(B) | 265.31º | 0.95% | 0.87% | - |
| XYZ | 18.82 | 8.36 | 70.43 | - |
| YUV | 62.67 | 218.49 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 12 | 223 | 0.55 | 0.95 | 0 | 0.13 | 265.31 | 0.9 | 0.46 |
| Hex | 65 | C | DF | 37 | 5F | 0 | D | 109 | 5A | 2E |
| Octal | 145 | 14 | 337 | 67 | 137 | 0 | 15 | 411 | 132 | 56 |
| Binary | 1100101 | 1100 | 11011111 | 110111 | 1011111 | 0 | 1101 | 100001001 | 1011010 | 101110 |
Color Harmonies of #650CDF
Complementary color
Monochromatic Colors of #650CDF
Black with #650CDF
Text Example
Text Example
White with #650CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650CDF; }
p { color: rgb(101,12,223); }
H1.HeaderClassName
{
color: #650CDF;
}
.AnyTagClassName
{
color: #650CDF;
}
</style>
background-color css
<style>
a { background-color: #650CDF; }
a { background-color: rgb(101,12,223); }
div.DivClassName
{
background-color: #650CDF;
}
.BgClassName
{
background-color: #650CDF;
}
</style>
border-color css
<style>
span { border-color: #650CDF; }
span { border-color: rgb(101,12,223); }
td.TdClassName
{
border-color: #650CDF;
}
.TagClassName
{
border-color: #650CDF;
}
</style>