Html Css Color HEX #650BFB Electric Indigo

📋 copy color: '#650BFB'

red 101 ◦ green 11 ◦ blue 251

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

Shades of Electric Indigo #650BFB

Tints of Electric Indigo #650BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.15%

R = 27.82%
G = 3.03%
B = 69.15%

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

#650BFB (or 0x650BFB) is known color: Electric Indigo. HEX triplet: 65, 0B and FB. RGB value is (101,11,251). Sum of RGB (Red+Green+Blue) = 101+11+251=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 251 (98.44% from 255 or 69.15% from 363); Max value from RGB is 251 - color contains mainly: blue. Hex color #650BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650BFB is #9AF404. Grayscale: #404040. Windows color (decimal): -10155013 or 16452453. OLE color: 16452453.

HSL color Cylindrical-coordinate representation of color #650BFB: hue angle of 262.5º degrees, saturation: 0.97, 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 #650BFB is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 11 251 -
CMYK 0.60 0.96 0 0.02
HSL 262.5º 0.97% 0.51% -
HSV(B) 262.5º 0.96% 0.98% -
XYZ 22.9 9.97 91.98 -
YUV 65.27 232.82 153.49 -
System Red Green Blue C M Y K H S L
Decimal 101 11 251 0.60 0.96 0 0.02 262.5 0.97 0.51
Hex 65 B FB 3C 60 0 2 106 61 33
Octal 145 13 373 74 140 0 2 406 141 63
Binary 1100101 1011 11111011 111100 1100000 0 10 100000110 1100001 110011

Color Harmonies of #650BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BFB

Black with #650BFB

Text Example


Text Example

White with #650BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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