Html Css Color HEX #640CDE Electric Indigo

📋 copy color: '#640CDE'

red 100 ◦ green 12 ◦ blue 222

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

Shades of Electric Indigo #640CDE

Tints of Electric Indigo #640CDE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

 BLUE value IS 222 (87.11% from 255) = 66.47%

R = 29.94%
G = 3.59%
B = 66.47%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#640CDE (or 0x640CDE) is known color: Electric Indigo. HEX triplet: 64, 0C and DE. RGB value is (100,12,222). Sum of RGB (Red+Green+Blue) = 100+12+222=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #640CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CDE is #9BF321. Grayscale: #3D3D3D. Windows color (decimal): -10220322 or 14552164. OLE color: 14552164.

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

Color convert

RGB 100 12 222 -
CMYK 0.55 0.95 0 0.13
HSL 265.14º 0.9% 0.46% -
HSV(B) 265.14º 0.95% 0.87% -
XYZ 18.57 8.25 69.72 -
YUV 62.25 218.15 154.92 -
System Red Green Blue C M Y K H S L
Decimal 100 12 222 0.55 0.95 0 0.13 265.14 0.9 0.46
Hex 64 C DE 37 5F 0 D 109 5A 2E
Octal 144 14 336 67 137 0 15 411 132 56
Binary 1100100 1100 11011110 110111 1011111 0 1101 100001001 1011010 101110

Color Harmonies of #640CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CDE

Black with #640CDE

Text Example


Text Example

White with #640CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,12,222); }

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

background-color css

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

 a { background-color: rgb(100,12,222); }

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

border-color css

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

 span { border-color: rgb(100,12,222); }

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