Html Css Color HEX #640ADF Electric Indigo

📋 copy color: '#640ADF'

red 100 ◦ green 10 ◦ blue 223

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

Shades of Electric Indigo #640ADF

Tints of Electric Indigo #640ADF

RGB

 RED value IS 100 (39.45% from 255) = 30.03%

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

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

R = 30.03%
G = 3%
B = 66.97%

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

#640ADF (or 0x640ADF) is known color: Electric Indigo. HEX triplet: 64, 0A and DF. RGB value is (100,10,223). Sum of RGB (Red+Green+Blue) = 100+10+223=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 223 (87.5% from 255 or 66.97% from 333); Max value from RGB is 223 - color contains mainly: blue. Hex color #640ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ADF is #9BF520. Grayscale: #3C3C3C. Windows color (decimal): -10220833 or 14617188. OLE color: 14617188.

HSL color Cylindrical-coordinate representation of color #640ADF: hue angle of 265.35º 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 #640ADF is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 10 223 -
CMYK 0.55 0.96 0 0.13
HSL 265.35º 0.91% 0.46% -
HSV(B) 265.35º 0.96% 0.87% -
XYZ 18.68 8.25 70.42 -
YUV 61.19 219.32 155.68 -
System Red Green Blue C M Y K H S L
Decimal 100 10 223 0.55 0.96 0 0.13 265.35 0.91 0.46
Hex 64 A DF 37 60 0 D 109 5B 2E
Octal 144 12 337 67 140 0 15 411 133 56
Binary 1100100 1010 11011111 110111 1100000 0 1101 100001001 1011011 101110

Color Harmonies of #640ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640ADF

Black with #640ADF

Text Example


Text Example

White with #640ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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