Html Css Color HEX #650ADB Electric Indigo

📋 copy color: '#650ADB'

red 101 ◦ green 10 ◦ blue 219

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

Shades of Electric Indigo #650ADB

Tints of Electric Indigo #650ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.03%

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

R = 30.61%
G = 3.03%
B = 66.36%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#650ADB (or 0x650ADB) is known color: Electric Indigo. HEX triplet: 65, 0A and DB. RGB value is (101,10,219). Sum of RGB (Red+Green+Blue) = 101+10+219=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #650ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ADB is #9AF524. Grayscale: #3C3C3C. Windows color (decimal): -10155301 or 14355045. OLE color: 14355045.

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

Color convert

RGB 101 10 219 -
CMYK 0.54 0.95 0 0.14
HSL 266.12º 0.91% 0.45% -
HSV(B) 266.12º 0.95% 0.86% -
XYZ 18.26 8.1 67.62 -
YUV 61.04 217.15 156.51 -
System Red Green Blue C M Y K H S L
Decimal 101 10 219 0.54 0.95 0 0.14 266.12 0.91 0.45
Hex 65 A DB 36 5F 0 E 10A 5B 2D
Octal 145 12 333 66 137 0 16 412 133 55
Binary 1100101 1010 11011011 110110 1011111 0 1110 100001010 1011011 101101

Color Harmonies of #650ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650ADB

Black with #650ADB

Text Example


Text Example

White with #650ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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