Html Css Color HEX #650EF1 Electric Indigo

📋 copy color: '#650EF1'

red 101 ◦ green 14 ◦ blue 241

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

Shades of Electric Indigo #650EF1

Tints of Electric Indigo #650EF1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.93%

 BLUE value IS 241 (94.53% from 255) = 67.7%

R = 28.37%
G = 3.93%
B = 67.7%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#650EF1 (or 0x650EF1) is known color: Electric Indigo. HEX triplet: 65, 0E and F1. RGB value is (101,14,241). Sum of RGB (Red+Green+Blue) = 101+14+241=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 241 (94.53% from 255 or 67.70% from 356); Max value from RGB is 241 - color contains mainly: blue. Hex color #650EF1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650EF1 is #9AF10E. Grayscale: #414141. Windows color (decimal): -10154255 or 15797861. OLE color: 15797861.

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

Color convert

RGB 101 14 241 -
CMYK 0.58 0.94 0 0.05
HSL 263º 0.89% 0.5% -
HSV(B) 263º 0.94% 0.95% -
XYZ 21.4 9.43 83.91 -
YUV 65.89 226.82 153.04 -
System Red Green Blue C M Y K H S L
Decimal 101 14 241 0.58 0.94 0 0.05 263 0.89 0.5
Hex 65 E F1 3A 5E 0 5 107 59 32
Octal 145 16 361 72 136 0 5 407 131 62
Binary 1100101 1110 11110001 111010 1011110 0 101 100000111 1011001 110010

Color Harmonies of #650EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650EF1

Black with #650EF1

Text Example


Text Example

White with #650EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,14,241); }

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

background-color css

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

 a { background-color: rgb(101,14,241); }

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

border-color css

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

 span { border-color: rgb(101,14,241); }

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