Html Css Color HEX #650BFA Electric Indigo

📋 copy color: '#650BFA'

red 101 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #650BFA

Tints of Electric Indigo #650BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.06%

R = 27.9%
G = 3.04%
B = 69.06%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#650BFA (or 0x650BFA) is known color: Electric Indigo. HEX triplet: 65, 0B and FA. RGB value is (101,11,250). Sum of RGB (Red+Green+Blue) = 101+11+250=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #650BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650BFA is #9AF405. Grayscale: #404040. Windows color (decimal): -10155014 or 16386917. OLE color: 16386917.

HSL color Cylindrical-coordinate representation of color #650BFA: hue angle of 262.59º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650BFA is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 11 250 -
CMYK 0.60 0.96 0 0.02
HSL 262.59º 0.96% 0.51% -
HSV(B) 262.59º 0.96% 0.98% -
XYZ 22.74 9.91 91.16 -
YUV 65.16 232.32 153.57 -
System Red Green Blue C M Y K H S L
Decimal 101 11 250 0.60 0.96 0 0.02 262.59 0.96 0.51
Hex 65 B FA 3C 60 0 2 107 60 33
Octal 145 13 372 74 140 0 2 407 140 63
Binary 1100101 1011 11111010 111100 1100000 0 10 100000111 1100000 110011

Color Harmonies of #650BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BFA

Black with #650BFA

Text Example


Text Example

White with #650BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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