Html Css Color HEX #640DDD Electric Indigo

📋 copy color: '#640DDD'

red 100 ◦ green 13 ◦ blue 221

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

Shades of Electric Indigo #640DDD

Tints of Electric Indigo #640DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.17%

R = 29.94%
G = 3.89%
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

#640DDD (or 0x640DDD) is known color: Electric Indigo. HEX triplet: 64, 0D and DD. RGB value is (100,13,221). Sum of RGB (Red+Green+Blue) = 100+13+221=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #640DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DDD is #9BF222. Grayscale: #3D3D3D. Windows color (decimal): -10220067 or 14486884. OLE color: 14486884.

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

Color convert

RGB 100 13 221 -
CMYK 0.55 0.94 0 0.13
HSL 265.1º 0.89% 0.46% -
HSV(B) 265.1º 0.94% 0.87% -
XYZ 18.45 8.22 69.02 -
YUV 62.73 217.32 154.59 -
System Red Green Blue C M Y K H S L
Decimal 100 13 221 0.55 0.94 0 0.13 265.1 0.89 0.46
Hex 64 D DD 37 5E 0 D 109 59 2E
Octal 144 15 335 67 136 0 15 411 131 56
Binary 1100100 1101 11011101 110111 1011110 0 1101 100001001 1011001 101110

Color Harmonies of #640DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DDD

Black with #640DDD

Text Example


Text Example

White with #640DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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