Html Css Color HEX #650FEE Electric Indigo

📋 copy color: '#650FEE'

red 101 ◦ green 15 ◦ blue 238

#650FEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #650FEE

Tints of Electric Indigo #650FEE

RGB

 RED value IS 101 (39.84% from 255) = 28.53%

 GREEN value IS 15 (6.25% from 255) = 4.24%

 BLUE value IS 238 (93.36% from 255) = 67.23%

R = 28.53%
G = 4.24%
B = 67.23%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#650FEE (or 0x650FEE) is known color: Electric Indigo. HEX triplet: 65, 0F and EE. RGB value is (101,15,238). Sum of RGB (Red+Green+Blue) = 101+15+238=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #650FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650FEE is #9AF011. Grayscale: #414141. Windows color (decimal): -10154002 or 15601509. OLE color: 15601509.

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

Color convert

RGB 101 15 238 -
CMYK 0.58 0.94 0 0.07
HSL 263.14º 0.88% 0.5% -
HSV(B) 263.14º 0.94% 0.93% -
XYZ 20.97 9.28 81.58 -
YUV 66.14 224.99 152.87 -
System Red Green Blue C M Y K H S L
Decimal 101 15 238 0.58 0.94 0 0.07 263.14 0.88 0.5
Hex 65 F EE 3A 5E 0 7 107 58 32
Octal 145 17 356 72 136 0 7 407 130 62
Binary 1100101 1111 11101110 111010 1011110 0 111 100000111 1011000 110010

Color Harmonies of #650FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650FEE

Black with #650FEE

Text Example


Text Example

White with #650FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #650FEE;
 }
 .AnyTagClassName
 {
   color: #650FEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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