#650FE7

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

Shades of Electric Indigo #650FE7

Tints of Electric Indigo #650FE7

Color information

#650FE7 (or 0x650FE7) is unknown color: approx Electric Indigo. HEX triplet: 65, 0F and E7. RGB value is (101,15,231). Sum of RGB (Red+Green+Blue) = 101+15+231=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 231 (90.62% from 255 or 66.57% from 347); Max value from RGB is 231 - color contains mainly: blue. Hex color #650FE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650FE7 is #9AF018. Grayscale: #404040. Windows color (decimal): -10154009 or 15142757. OLE color: 15142757.

HSL color Cylindrical-coordinate representation of color #650FE7: hue angle of 263.89º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650FE7 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10115231-
CMYK0.560.9400.09
HSL263.89º87.8%48.24%-
HSV(B)263.89º93.51%90.59%-
XYZ19.968.8876.26-
YUV65.34221.49153.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 15 (6.25% from 255) = 4.32%
BLUE value IS 231 (90.62% from 255) = 66.57%
R=29.11%
G=4.32%
B=66.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal101152310.560.9400.09263.8987.848.24
Hex65FE7385E091085830
Octal145173477013601141013060
Binary11001011111111001111110001011110010011000010001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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