Html Css Color HEX #650BFF Electric Indigo

📋 copy color: '#650BFF'

red 101 ◦ green 11 ◦ blue 255

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

Shades of Electric Indigo #650BFF

Tints of Electric Indigo #650BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.48%

R = 27.52%
G = 3%
B = 69.48%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#650BFF (or 0x650BFF) is known color: Electric Indigo. HEX triplet: 65, 0B and FF. RGB value is (101,11,255). Sum of RGB (Red+Green+Blue) = 101+11+255=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #650BFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650BFF is #9AF400. Grayscale: #404040. Windows color (decimal): -10155009 or 16714597. OLE color: 16714597.

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

Color convert

RGB 101 11 255 -
CMYK 0.60 0.96 0 0
HSL 262.13º 1% 0.52% -
HSV(B) 262.13º 0.96% 1% -
XYZ 23.54 10.23 95.34 -
YUV 65.73 234.82 153.16 -
System Red Green Blue C M Y K H S L
Decimal 101 11 255 0.60 0.96 0 0 262.13 1 0.52
Hex 65 B FF 3C 60 0 0 106 64 34
Octal 145 13 377 74 140 0 0 406 144 64
Binary 1100101 1011 11111111 111100 1100000 0 0 100000110 1100100 110100

Color Harmonies of #650BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BFF

Black with #650BFF

Text Example


Text Example

White with #650BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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