Html Css Color HEX #640E84 Indigo

📋 copy color: '#640E84'

red 100 ◦ green 14 ◦ blue 132

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

Shades of Indigo #640E84

Tints of Indigo #640E84

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.69%

 BLUE value IS 132 (51.95% from 255) = 53.66%

R = 40.65%
G = 5.69%
B = 53.66%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#640E84 (or 0x640E84) is known color: Indigo. HEX triplet: 64, 0E and 84. RGB value is (100,14,132). Sum of RGB (Red+Green+Blue) = 100+14+132=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 14 (5.86% from 255 or 5.69% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #640E84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640E84 is #9BF17B. Grayscale: #343434. Windows color (decimal): -10219900 or 8654436. OLE color: 8654436.

HSL color Cylindrical-coordinate representation of color #640E84: hue angle of 283.73º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640E84 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 14 132 -
CMYK 0.24 0.89 0 0.48
HSL 283.73º 0.81% 0.29% -
HSV(B) 283.73º 0.89% 0.52% -
XYZ 9.58 4.69 22.23 -
YUV 53.17 172.49 161.41 -
System Red Green Blue C M Y K H S L
Decimal 100 14 132 0.24 0.89 0 0.48 283.73 0.81 0.29
Hex 64 E 84 18 59 0 30 11C 51 1D
Octal 144 16 204 30 131 0 60 434 121 35
Binary 1100100 1110 10000100 11000 1011001 0 110000 100011100 1010001 11101

Color Harmonies of #640E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640E84

Black with #640E84

Text Example


Text Example

White with #640E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,14,132); }

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

background-color css

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

 a { background-color: rgb(100,14,132); }

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

border-color css

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

 span { border-color: rgb(100,14,132); }

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