Html Css Color HEX #650DFB Electric Indigo

📋 copy color: '#650DFB'

red 101 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #650DFB

Tints of Electric Indigo #650DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.56%

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

R = 27.67%
G = 3.56%
B = 68.77%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#650DFB (or 0x650DFB) is known color: Electric Indigo. HEX triplet: 65, 0D and FB. RGB value is (101,13,251). Sum of RGB (Red+Green+Blue) = 101+13+251=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #650DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #650DFB is #9AF204. Grayscale: #414141. Windows color (decimal): -10154501 or 16452965. OLE color: 16452965.

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

Color convert

RGB 101 13 251 -
CMYK 0.60 0.95 0 0.02
HSL 262.18º 0.97% 0.52% -
HSV(B) 262.18º 0.95% 0.98% -
XYZ 22.92 10.02 91.99 -
YUV 66.44 232.15 152.65 -
System Red Green Blue C M Y K H S L
Decimal 101 13 251 0.60 0.95 0 0.02 262.18 0.97 0.52
Hex 65 D FB 3C 5F 0 2 106 61 34
Octal 145 15 373 74 137 0 2 406 141 64
Binary 1100101 1101 11111011 111100 1011111 0 10 100000110 1100001 110100

Color Harmonies of #650DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650DFB

Black with #650DFB

Text Example


Text Example

White with #650DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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