Html Css Color HEX #650ADF Electric Indigo

📋 copy color: '#650ADF'

red 101 ◦ green 10 ◦ blue 223

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

Shades of Electric Indigo #650ADF

Tints of Electric Indigo #650ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.77%

R = 30.24%
G = 2.99%
B = 66.77%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#650ADF (or 0x650ADF) is known color: Electric Indigo. HEX triplet: 65, 0A and DF. RGB value is (101,10,223). Sum of RGB (Red+Green+Blue) = 101+10+223=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #650ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650ADF is #9AF520. Grayscale: #3C3C3C. Windows color (decimal): -10155297 or 14617189. OLE color: 14617189.

HSL color Cylindrical-coordinate representation of color #650ADF: hue angle of 265.63º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650ADF is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 10 223 -
CMYK 0.55 0.96 0 0.13
HSL 265.63º 0.91% 0.46% -
HSV(B) 265.63º 0.96% 0.87% -
XYZ 18.79 8.31 70.43 -
YUV 61.49 219.15 156.18 -
System Red Green Blue C M Y K H S L
Decimal 101 10 223 0.55 0.96 0 0.13 265.63 0.91 0.46
Hex 65 A DF 37 60 0 D 10A 5B 2E
Octal 145 12 337 67 140 0 15 412 133 56
Binary 1100101 1010 11011111 110111 1100000 0 1101 100001010 1011011 101110

Color Harmonies of #650ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650ADF

Black with #650ADF

Text Example


Text Example

White with #650ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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