Html Css Color HEX #650DDB Electric Indigo

📋 copy color: '#650DDB'

red 101 ◦ green 13 ◦ blue 219

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

Shades of Electric Indigo #650DDB

Tints of Electric Indigo #650DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.77%

R = 30.33%
G = 3.9%
B = 65.77%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#650DDB (or 0x650DDB) is known color: Electric Indigo. HEX triplet: 65, 0D and DB. RGB value is (101,13,219). Sum of RGB (Red+Green+Blue) = 101+13+219=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 13 (5.47% from 255 or 3.90% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #650DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DDB is #9AF224. Grayscale: #3E3E3E. Windows color (decimal): -10154533 or 14355813. OLE color: 14355813.

HSL color Cylindrical-coordinate representation of color #650DDB: hue angle of 265.63º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650DDB is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 13 219 -
CMYK 0.54 0.94 0 0.14
HSL 265.63º 0.89% 0.45% -
HSV(B) 265.63º 0.94% 0.86% -
XYZ 18.3 8.17 67.63 -
YUV 62.8 216.15 155.25 -
System Red Green Blue C M Y K H S L
Decimal 101 13 219 0.54 0.94 0 0.14 265.63 0.89 0.45
Hex 65 D DB 36 5E 0 E 10A 59 2D
Octal 145 15 333 66 136 0 16 412 131 55
Binary 1100101 1101 11011011 110110 1011110 0 1110 100001010 1011001 101101

Color Harmonies of #650DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650DDB

Black with #650DDB

Text Example


Text Example

White with #650DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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