Html Css Color HEX #640CE0 Electric Indigo

📋 copy color: '#640CE0'

red 100 ◦ green 12 ◦ blue 224

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

Shades of Electric Indigo #640CE0

Tints of Electric Indigo #640CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 66.67%

R = 29.76%
G = 3.57%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#640CE0 (or 0x640CE0) is known color: Electric Indigo. HEX triplet: 64, 0C and E0. RGB value is (100,12,224). Sum of RGB (Red+Green+Blue) = 100+12+224=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #640CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CE0 is #9BF31F. Grayscale: #3D3D3D. Windows color (decimal): -10220320 or 14683236. OLE color: 14683236.

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

Color convert

RGB 100 12 224 -
CMYK 0.55 0.95 0 0.12
HSL 264.91º 0.9% 0.46% -
HSV(B) 264.91º 0.95% 0.88% -
XYZ 18.84 8.35 71.14 -
YUV 62.48 219.15 154.76 -
System Red Green Blue C M Y K H S L
Decimal 100 12 224 0.55 0.95 0 0.12 264.91 0.9 0.46
Hex 64 C E0 37 5F 0 C 109 5A 2E
Octal 144 14 340 67 137 0 14 411 132 56
Binary 1100100 1100 11100000 110111 1011111 0 1100 100001001 1011010 101110

Color Harmonies of #640CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CE0

Black with #640CE0

Text Example


Text Example

White with #640CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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