Shades of Electric Indigo #650EFF
Tints of Electric Indigo #650EFF
RGB
CMYK
RGB Variations
Color information
#650EFF (or 0x650EFF) is known color: Electric Indigo. HEX triplet: 65, 0E and FF. RGB value is (101,14,255). Sum of RGB (Red+Green+Blue) = 101+14+255=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 14 (5.86% from 255 or 3.78% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #650EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650EFF is #9AF100. Grayscale: #424242. Windows color (decimal): -10154241 or 16715365. OLE color: 16715365.
HSL color Cylindrical-coordinate representation of color #650EFF: hue angle of 261.66º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650EFF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 14 | 255 | - |
| CMYK | 0.60 | 0.95 | 0 | 0 |
| HSL | 261.66º | 1% | 0.53% | - |
| HSV(B) | 261.66º | 0.95% | 1% | - |
| XYZ | 23.57 | 10.3 | 95.35 | - |
| YUV | 67.49 | 233.82 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 14 | 255 | 0.60 | 0.95 | 0 | 0 | 261.66 | 1 | 0.53 |
| Hex | 65 | E | FF | 3C | 5F | 0 | 0 | 106 | 64 | 35 |
| Octal | 145 | 16 | 377 | 74 | 137 | 0 | 0 | 406 | 144 | 65 |
| Binary | 1100101 | 1110 | 11111111 | 111100 | 1011111 | 0 | 0 | 100000110 | 1100100 | 110101 |
Color Harmonies of #650EFF
Complementary color
Monochromatic Colors of #650EFF
Black with #650EFF
Text Example
Text Example
White with #650EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650EFF; }
p { color: rgb(101,14,255); }
H1.HeaderClassName
{
color: #650EFF;
}
.AnyTagClassName
{
color: #650EFF;
}
</style>
background-color css
<style>
a { background-color: #650EFF; }
a { background-color: rgb(101,14,255); }
div.DivClassName
{
background-color: #650EFF;
}
.BgClassName
{
background-color: #650EFF;
}
</style>
border-color css
<style>
span { border-color: #650EFF; }
span { border-color: rgb(101,14,255); }
td.TdClassName
{
border-color: #650EFF;
}
.TagClassName
{
border-color: #650EFF;
}
</style>