Html Css Color HEX #650DDF Electric Indigo

📋 copy color: '#650DDF'

red 101 ◦ green 13 ◦ blue 223

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

Shades of Electric Indigo #650DDF

Tints of Electric Indigo #650DDF

RGB

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

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

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

R = 29.97%
G = 3.86%
B = 66.17%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#650DDF (or 0x650DDF) is known color: Electric Indigo. HEX triplet: 65, 0D and DF. RGB value is (101,13,223). Sum of RGB (Red+Green+Blue) = 101+13+223=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #650DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #650DDF is #9AF220. Grayscale: #3E3E3E. Windows color (decimal): -10154529 or 14617957. OLE color: 14617957.

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

Color convert

RGB 101 13 223 -
CMYK 0.55 0.94 0 0.13
HSL 265.14º 0.89% 0.46% -
HSV(B) 265.14º 0.94% 0.87% -
XYZ 18.83 8.38 70.44 -
YUV 63.25 218.15 154.92 -
System Red Green Blue C M Y K H S L
Decimal 101 13 223 0.55 0.94 0 0.13 265.14 0.89 0.46
Hex 65 D DF 37 5E 0 D 109 59 2E
Octal 145 15 337 67 136 0 15 411 131 56
Binary 1100101 1101 11011111 110111 1011110 0 1101 100001001 1011001 101110

Color Harmonies of #650DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650DDF

Black with #650DDF

Text Example


Text Example

White with #650DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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