Html Css Color HEX #650ADC Electric Indigo

📋 copy color: '#650ADC'

red 101 ◦ green 10 ◦ blue 220

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

Shades of Electric Indigo #650ADC

Tints of Electric Indigo #650ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.47%

R = 30.51%
G = 3.02%
B = 66.47%

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

#650ADC (or 0x650ADC) is known color: Electric Indigo. HEX triplet: 65, 0A and DC. RGB value is (101,10,220). Sum of RGB (Red+Green+Blue) = 101+10+220=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #650ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ADC is #9AF523. Grayscale: #3C3C3C. Windows color (decimal): -10155300 or 14420581. OLE color: 14420581.

HSL color Cylindrical-coordinate representation of color #650ADC: hue angle of 266º 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 #650ADC is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 10 220 -
CMYK 0.54 0.95 0 0.14
HSL 266º 0.91% 0.45% -
HSV(B) 266º 0.95% 0.86% -
XYZ 18.39 8.15 68.31 -
YUV 61.15 217.65 156.42 -
System Red Green Blue C M Y K H S L
Decimal 101 10 220 0.54 0.95 0 0.14 266 0.91 0.45
Hex 65 A DC 36 5F 0 E 10A 5B 2D
Octal 145 12 334 66 137 0 16 412 133 55
Binary 1100101 1010 11011100 110110 1011111 0 1110 100001010 1011011 101101

Color Harmonies of #650ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650ADC

Black with #650ADC

Text Example


Text Example

White with #650ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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