#650FED

Color #650FED Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #650FED

Tints of Electric Indigo #650FED

Color information

#650FED (or 0x650FED) is unknown color: approx Electric Indigo. HEX triplet: 65, 0F and ED. RGB value is (101,15,237). Sum of RGB (Red+Green+Blue) = 101+15+237=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #650FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650FED is #9AF012. Grayscale: #414141. Windows color (decimal): -10154003 or 15535973. OLE color: 15535973.

HSL color Cylindrical-coordinate representation of color #650FED: hue angle of 263.24º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650FED is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10115237-
CMYK0.570.9400.07
HSL263.24º88.1%49.41%-
HSV(B)263.24º93.67%92.94%-
XYZ20.829.2280.8-
YUV66.02224.49152.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 15 (6.25% from 255) = 4.25%
BLUE value IS 237 (92.97% from 255) = 67.14%
R=28.61%
G=4.25%
B=67.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal101152370.570.9400.07263.2488.149.41
Hex65FED395E071075831
Octal14517355711360740713061
Binary1100101111111101101111001101111001111000001111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650FED; }

 p { color: rgb(101,15,237); }

 H1.HeaderClassName
 {
   color: #650FED;
 }
 .AnyTagClassName
 {
   color: #650FED;
 }
</style>
background-color css

<style>
 a { background-color: #650FED; }

 a { background-color: rgb(101,15,237); }

 div.DivClassName
 {
   background-color: #650FED;
 }
 .BgClassName
 {
   background-color: #650FED;
 }
</style>
border-color css

<style>
 span { border-color: #650FED; }

 span { border-color: rgb(101,15,237); }

 td.TdClassName
 {
   border-color: #650FED;
 }
 .TagClassName
 {
   border-color: #650FED;
 }
</style>