Html Css Color HEX #650BEF Electric Indigo

📋 copy color: '#650BEF'

red 101 ◦ green 11 ◦ blue 239

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

Shades of Electric Indigo #650BEF

Tints of Electric Indigo #650BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.09%

R = 28.77%
G = 3.13%
B = 68.09%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#650BEF (or 0x650BEF) is known color: Electric Indigo. HEX triplet: 65, 0B and EF. RGB value is (101,11,239). Sum of RGB (Red+Green+Blue) = 101+11+239=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #650BEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650BEF is #9AF410. Grayscale: #3F3F3F. Windows color (decimal): -10155025 or 15666021. OLE color: 15666021.

HSL color Cylindrical-coordinate representation of color #650BEF: hue angle of 263.68º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650BEF is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 11 239 -
CMYK 0.58 0.95 0 0.06
HSL 263.68º 0.91% 0.49% -
HSV(B) 263.68º 0.95% 0.94% -
XYZ 21.07 9.24 82.33 -
YUV 63.9 226.82 154.46 -
System Red Green Blue C M Y K H S L
Decimal 101 11 239 0.58 0.95 0 0.06 263.68 0.91 0.49
Hex 65 B EF 3A 5F 0 6 108 5B 31
Octal 145 13 357 72 137 0 6 410 133 61
Binary 1100101 1011 11101111 111010 1011111 0 110 100001000 1011011 110001

Color Harmonies of #650BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650BEF

Black with #650BEF

Text Example


Text Example

White with #650BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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