Shades of Electric Indigo #650FDF
Tints of Electric Indigo #650FDF
RGB
CMYK
RGB Variations
Color information
#650FDF (or 0x650FDF) is known color: Electric Indigo. HEX triplet: 65, 0F and DF. RGB value is (101,15,223). Sum of RGB (Red+Green+Blue) = 101+15+223=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #650FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650FDF is #9AF020. Grayscale: #3F3F3F. Windows color (decimal): -10154017 or 14618469. OLE color: 14618469.
HSL color Cylindrical-coordinate representation of color #650FDF: hue angle of 264.81º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650FDF is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 15 | 223 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.13 |
| HSL | 264.81º | 0.87% | 0.47% | - |
| HSV(B) | 264.81º | 0.93% | 0.87% | - |
| XYZ | 18.86 | 8.44 | 70.45 | - |
| YUV | 64.43 | 217.49 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 223 | 0.55 | 0.93 | 0 | 0.13 | 264.81 | 0.87 | 0.47 |
| Hex | 65 | F | DF | 37 | 5D | 0 | D | 109 | 57 | 2F |
| Octal | 145 | 17 | 337 | 67 | 135 | 0 | 15 | 411 | 127 | 57 |
| Binary | 1100101 | 1111 | 11011111 | 110111 | 1011101 | 0 | 1101 | 100001001 | 1010111 | 101111 |
Color Harmonies of #650FDF
Complementary color
Monochromatic Colors of #650FDF
Black with #650FDF
Text Example
Text Example
White with #650FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650FDF; }
p { color: rgb(101,15,223); }
H1.HeaderClassName
{
color: #650FDF;
}
.AnyTagClassName
{
color: #650FDF;
}
</style>
background-color css
<style>
a { background-color: #650FDF; }
a { background-color: rgb(101,15,223); }
div.DivClassName
{
background-color: #650FDF;
}
.BgClassName
{
background-color: #650FDF;
}
</style>
border-color css
<style>
span { border-color: #650FDF; }
span { border-color: rgb(101,15,223); }
td.TdClassName
{
border-color: #650FDF;
}
.TagClassName
{
border-color: #650FDF;
}
</style>