Html Css Color HEX #650FED Electric Indigo

📋 copy color: '#650FED'

red 101 ◦ green 15 ◦ blue 237

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

Shades of Electric Indigo #650FED

Tints of Electric Indigo #650FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.14%

R = 28.61%
G = 4.25%
B = 67.14%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#650FED (or 0x650FED) is known color: Electric Indigo. HEX triplet: 65, 0F and ED. RGB value is (101,15,237). Sum of RGB (Red+Green+Blue) = 101+15+237=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #650FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650FED is #9AF012. Grayscale: #414141. Windows color (decimal): -10154003 or 15535973. OLE color: 15535973.

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

Color convert

RGB 101 15 237 -
CMYK 0.57 0.94 0 0.07
HSL 263.24º 0.88% 0.49% -
HSV(B) 263.24º 0.94% 0.93% -
XYZ 20.82 9.22 80.8 -
YUV 66.02 224.49 152.95 -
System Red Green Blue C M Y K H S L
Decimal 101 15 237 0.57 0.94 0 0.07 263.24 0.88 0.49
Hex 65 F ED 39 5E 0 7 107 58 31
Octal 145 17 355 71 136 0 7 407 130 61
Binary 1100101 1111 11101101 111001 1011110 0 111 100000111 1011000 110001

Color Harmonies of #650FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650FED

Black with #650FED

Text Example


Text Example

White with #650FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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