#650BE8

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

Shades of Electric Indigo #650BE8

Tints of Electric Indigo #650BE8

Color information

#650BE8 (or 0x650BE8) is unknown color: approx Electric Indigo. HEX triplet: 65, 0B and E8. RGB value is (101,11,232). Sum of RGB (Red+Green+Blue) = 101+11+232=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 232 (91.02% from 255 or 67.44% from 344); Max value from RGB is 232 - color contains mainly: blue. Hex color #650BE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650BE8 is #9AF417. Grayscale: #3E3E3E. Windows color (decimal): -10155032 or 15207269. OLE color: 15207269.

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

Color convert

RGB10111232-
CMYK0.560.9500.09
HSL264.43º90.95%47.65%-
HSV(B)264.43º95.26%90.98%-
XYZ20.058.8376.99-
YUV63.1223.32155.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.36%
GREEN value IS 11 (4.69% from 255) = 3.20%
BLUE value IS 232 (91.02% from 255) = 67.44%
R=29.36%
G=3.20%
B=67.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal101112320.560.9500.09264.4390.9547.65
Hex65BE8385F091085b30
Octal145133507013701141013360
Binary11001011011111010001110001011111010011000010001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,11,232); }

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

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

 a { background-color: rgb(101,11,232); }

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

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

 span { border-color: rgb(101,11,232); }

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