Html Css Color HEX #650EFC Electric Indigo

📋 copy color: '#650EFC'

red 101 ◦ green 14 ◦ blue 252

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

Shades of Electric Indigo #650EFC

Tints of Electric Indigo #650EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.81%

 BLUE value IS 252 (98.83% from 255) = 68.66%

R = 27.52%
G = 3.81%
B = 68.66%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#650EFC (or 0x650EFC) is known color: Electric Indigo. HEX triplet: 65, 0E and FC. RGB value is (101,14,252). Sum of RGB (Red+Green+Blue) = 101+14+252=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #650EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650EFC is #9AF103. Grayscale: #424242. Windows color (decimal): -10154244 or 16518757. OLE color: 16518757.

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

Color convert

RGB 101 14 252 -
CMYK 0.60 0.94 0 0.01
HSL 261.93º 0.98% 0.52% -
HSV(B) 261.93º 0.94% 0.99% -
XYZ 23.09 10.11 92.83 -
YUV 67.15 232.32 152.15 -
System Red Green Blue C M Y K H S L
Decimal 101 14 252 0.60 0.94 0 0.01 261.93 0.98 0.52
Hex 65 E FC 3C 5E 0 1 106 62 34
Octal 145 16 374 74 136 0 1 406 142 64
Binary 1100101 1110 11111100 111100 1011110 0 1 100000110 1100010 110100

Color Harmonies of #650EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650EFC

Black with #650EFC

Text Example


Text Example

White with #650EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,14,252); }

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

background-color css

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

 a { background-color: rgb(101,14,252); }

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

border-color css

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

 span { border-color: rgb(101,14,252); }

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