Html Css Color HEX #650FEF Electric Indigo

📋 copy color: '#650FEF'

red 101 ◦ green 15 ◦ blue 239

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

Shades of Electric Indigo #650FEF

Tints of Electric Indigo #650FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.32%

R = 28.45%
G = 4.23%
B = 67.32%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#650FEF (or 0x650FEF) is known color: Electric Indigo. HEX triplet: 65, 0F and EF. RGB value is (101,15,239). Sum of RGB (Red+Green+Blue) = 101+15+239=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #650FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650FEF is #9AF010. Grayscale: #414141. Windows color (decimal): -10154001 or 15667045. OLE color: 15667045.

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

Color convert

RGB 101 15 239 -
CMYK 0.58 0.94 0 0.06
HSL 263.04º 0.88% 0.5% -
HSV(B) 263.04º 0.94% 0.94% -
XYZ 21.12 9.34 82.35 -
YUV 66.25 225.49 152.79 -
System Red Green Blue C M Y K H S L
Decimal 101 15 239 0.58 0.94 0 0.06 263.04 0.88 0.5
Hex 65 F EF 3A 5E 0 6 107 58 32
Octal 145 17 357 72 136 0 6 407 130 62
Binary 1100101 1111 11101111 111010 1011110 0 110 100000111 1011000 110010

Color Harmonies of #650FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650FEF

Black with #650FEF

Text Example


Text Example

White with #650FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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