Html Css Color HEX #640FDC Electric Indigo

📋 copy color: '#640FDC'

red 100 ◦ green 15 ◦ blue 220

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

Shades of Electric Indigo #640FDC

Tints of Electric Indigo #640FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.48%

 BLUE value IS 220 (86.33% from 255) = 65.67%

R = 29.85%
G = 4.48%
B = 65.67%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#640FDC (or 0x640FDC) is known color: Electric Indigo. HEX triplet: 64, 0F and DC. RGB value is (100,15,220). Sum of RGB (Red+Green+Blue) = 100+15+220=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #640FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640FDC is #9BF023. Grayscale: #3F3F3F. Windows color (decimal): -10219556 or 14421860. OLE color: 14421860.

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

Color convert

RGB 100 15 220 -
CMYK 0.55 0.93 0 0.14
HSL 264.88º 0.87% 0.46% -
HSV(B) 264.88º 0.93% 0.86% -
XYZ 18.34 8.22 68.33 -
YUV 63.79 216.16 153.83 -
System Red Green Blue C M Y K H S L
Decimal 100 15 220 0.55 0.93 0 0.14 264.88 0.87 0.46
Hex 64 F DC 37 5D 0 E 109 57 2E
Octal 144 17 334 67 135 0 16 411 127 56
Binary 1100100 1111 11011100 110111 1011101 0 1110 100001001 1010111 101110

Color Harmonies of #640FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640FDC

Black with #640FDC

Text Example


Text Example

White with #640FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,15,220); }

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

background-color css

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

 a { background-color: rgb(100,15,220); }

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

border-color css

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

 span { border-color: rgb(100,15,220); }

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