Shades of Electric Indigo #650FFE
Tints of Electric Indigo #650FFE
RGB
CMYK
RGB Variations
Color information
#650FFE (or 0x650FFE) is known color: Electric Indigo. HEX triplet: 65, 0F and FE. RGB value is (101,15,254). Sum of RGB (Red+Green+Blue) = 101+15+254=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #650FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650FFE is #9AF001. Grayscale: #434343. Windows color (decimal): -10153986 or 16650085. OLE color: 16650085.
HSL color Cylindrical-coordinate representation of color #650FFE: hue angle of 261.59º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650FFE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 15 | 254 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.00 |
| HSL | 261.59º | 0.99% | 0.53% | - |
| HSV(B) | 261.59º | 0.94% | 1% | - |
| XYZ | 23.43 | 10.26 | 94.51 | - |
| YUV | 67.96 | 232.99 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 254 | 0.60 | 0.94 | 0 | 0.00 | 261.59 | 0.99 | 0.53 |
| Hex | 65 | F | FE | 3C | 5E | 0 | 0 | 106 | 63 | 35 |
| Octal | 145 | 17 | 376 | 74 | 136 | 0 | 0 | 406 | 143 | 65 |
| Binary | 1100101 | 1111 | 11111110 | 111100 | 1011110 | 0 | 0 | 100000110 | 1100011 | 110101 |
Color Harmonies of #650FFE
Complementary color
Monochromatic Colors of #650FFE
Black with #650FFE
Text Example
Text Example
White with #650FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650FFE; }
p { color: rgb(101,15,254); }
H1.HeaderClassName
{
color: #650FFE;
}
.AnyTagClassName
{
color: #650FFE;
}
</style>
background-color css
<style>
a { background-color: #650FFE; }
a { background-color: rgb(101,15,254); }
div.DivClassName
{
background-color: #650FFE;
}
.BgClassName
{
background-color: #650FFE;
}
</style>
border-color css
<style>
span { border-color: #650FFE; }
span { border-color: rgb(101,15,254); }
td.TdClassName
{
border-color: #650FFE;
}
.TagClassName
{
border-color: #650FFE;
}
</style>