Html Css Color HEX #650EDE Electric Indigo

📋 copy color: '#650EDE'

red 101 ◦ green 14 ◦ blue 222

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

Shades of Electric Indigo #650EDE

Tints of Electric Indigo #650EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.88%

R = 29.97%
G = 4.15%
B = 65.88%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#650EDE (or 0x650EDE) is known color: Electric Indigo. HEX triplet: 65, 0E and DE. RGB value is (101,14,222). Sum of RGB (Red+Green+Blue) = 101+14+222=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #650EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650EDE is #9AF121. Grayscale: #3E3E3E. Windows color (decimal): -10154274 or 14552677. OLE color: 14552677.

HSL color Cylindrical-coordinate representation of color #650EDE: hue angle of 265.1º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650EDE is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 14 222 -
CMYK 0.55 0.94 0 0.13
HSL 265.1º 0.88% 0.46% -
HSV(B) 265.1º 0.94% 0.87% -
XYZ 18.71 8.35 69.73 -
YUV 63.73 217.32 154.59 -
System Red Green Blue C M Y K H S L
Decimal 101 14 222 0.55 0.94 0 0.13 265.1 0.88 0.46
Hex 65 E DE 37 5E 0 D 109 58 2E
Octal 145 16 336 67 136 0 15 411 130 56
Binary 1100101 1110 11011110 110111 1011110 0 1101 100001001 1011000 101110

Color Harmonies of #650EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650EDE

Black with #650EDE

Text Example


Text Example

White with #650EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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