Html Css Color HEX #640780 Indigo

📋 copy color: '#640780'

red 100 ◦ green 7 ◦ blue 128

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

Shades of Indigo #640780

Tints of Indigo #640780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.98%

 BLUE value IS 128 (50.39% from 255) = 54.47%

R = 42.55%
G = 2.98%
B = 54.47%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#640780 (or 0x640780) is known color: Indigo. HEX triplet: 64, 07 and 80. RGB value is (100,7,128). Sum of RGB (Red+Green+Blue) = 100+7+128=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #640780 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640780 is #9BF87F. Grayscale: #303030. Windows color (decimal): -10221696 or 8390500. OLE color: 8390500.

HSL color Cylindrical-coordinate representation of color #640780: hue angle of 286.12º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640780 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 7 128 -
CMYK 0.22 0.95 0 0.50
HSL 286.12º 0.9% 0.26% -
HSV(B) 286.12º 0.95% 0.5% -
XYZ 9.23 4.42 20.79 -
YUV 48.6 172.81 164.66 -
System Red Green Blue C M Y K H S L
Decimal 100 7 128 0.22 0.95 0 0.50 286.12 0.9 0.26
Hex 64 7 80 16 5F 0 32 11E 5A 1A
Octal 144 7 200 26 137 0 62 436 132 32
Binary 1100100 111 10000000 10110 1011111 0 110010 100011110 1011010 11010

Color Harmonies of #640780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640780

Black with #640780

Text Example


Text Example

White with #640780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640780; }

 p { color: rgb(100,7,128); }

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

background-color css

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

 a { background-color: rgb(100,7,128); }

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

border-color css

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

 span { border-color: rgb(100,7,128); }

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