Html Css Color HEX #650BFE Electric Indigo

📋 copy color: '#650BFE'

red 101 ◦ green 11 ◦ blue 254

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

Shades of Electric Indigo #650BFE

Tints of Electric Indigo #650BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

 BLUE value IS 254 (99.61% from 255) = 69.4%

R = 27.6%
G = 3.01%
B = 69.4%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#650BFE (or 0x650BFE) is known color: Electric Indigo. HEX triplet: 65, 0B and FE. RGB value is (101,11,254). Sum of RGB (Red+Green+Blue) = 101+11+254=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #650BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650BFE is #9AF401. Grayscale: #404040. Windows color (decimal): -10155010 or 16649061. OLE color: 16649061.

HSL color Cylindrical-coordinate representation of color #650BFE: hue angle of 262.22º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650BFE is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 101 11 254 -
CMYK 0.60 0.96 0 0.00
HSL 262.22º 0.99% 0.52% -
HSV(B) 262.22º 0.96% 1% -
XYZ 23.38 10.16 94.5 -
YUV 65.61 234.32 153.24 -
System Red Green Blue C M Y K H S L
Decimal 101 11 254 0.60 0.96 0 0.00 262.22 0.99 0.52
Hex 65 B FE 3C 60 0 0 106 63 34
Octal 145 13 376 74 140 0 0 406 143 64
Binary 1100101 1011 11111110 111100 1100000 0 0 100000110 1100011 110100

Color Harmonies of #650BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BFE

Black with #650BFE

Text Example


Text Example

White with #650BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,11,254); }

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

background-color css

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

 a { background-color: rgb(101,11,254); }

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

border-color css

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

 span { border-color: rgb(101,11,254); }

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