Html Css Color HEX #640DED Electric Indigo

📋 copy color: '#640DED'

red 100 ◦ green 13 ◦ blue 237

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

Shades of Electric Indigo #640DED

Tints of Electric Indigo #640DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.71%

R = 28.57%
G = 3.71%
B = 67.71%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#640DED (or 0x640DED) is known color: Electric Indigo. HEX triplet: 64, 0D and ED. RGB value is (100,13,237). Sum of RGB (Red+Green+Blue) = 100+13+237=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 237 (92.97% from 255 or 67.71% from 350); Max value from RGB is 237 - color contains mainly: blue. Hex color #640DED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #640DED is #9BF212. Grayscale: #3F3F3F. Windows color (decimal): -10220051 or 15535460. OLE color: 15535460.

HSL color Cylindrical-coordinate representation of color #640DED: hue angle of 263.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640DED is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 13 237 -
CMYK 0.58 0.95 0 0.07
HSL 263.3º 0.9% 0.49% -
HSV(B) 263.3º 0.95% 0.93% -
XYZ 20.69 9.11 80.79 -
YUV 64.55 225.32 153.29 -
System Red Green Blue C M Y K H S L
Decimal 100 13 237 0.58 0.95 0 0.07 263.3 0.9 0.49
Hex 64 D ED 3A 5F 0 7 107 5A 31
Octal 144 15 355 72 137 0 7 407 132 61
Binary 1100100 1101 11101101 111010 1011111 0 111 100000111 1011010 110001

Color Harmonies of #640DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DED

Black with #640DED

Text Example


Text Example

White with #640DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,13,237); }

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

background-color css

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

 a { background-color: rgb(100,13,237); }

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

border-color css

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

 span { border-color: rgb(100,13,237); }

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