Html Css Color HEX #640C80 Indigo

📋 copy color: '#640C80'

red 100 ◦ green 12 ◦ blue 128

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

Shades of Indigo #640C80

Tints of Indigo #640C80

RGB

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

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

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

R = 41.67%
G = 5%
B = 53.33%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#640C80 (or 0x640C80) is known color: Indigo. HEX triplet: 64, 0C and 80. RGB value is (100,12,128). Sum of RGB (Red+Green+Blue) = 100+12+128=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #640C80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640C80 is #9BF37F. Grayscale: #333333. Windows color (decimal): -10220416 or 8391780. OLE color: 8391780.

HSL color Cylindrical-coordinate representation of color #640C80: hue angle of 285.52º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640C80 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 100 12 128 -
CMYK 0.22 0.91 0 0.50
HSL 285.52º 0.83% 0.27% -
HSV(B) 285.52º 0.91% 0.5% -
XYZ 9.28 4.53 20.81 -
YUV 51.54 171.15 162.57 -
System Red Green Blue C M Y K H S L
Decimal 100 12 128 0.22 0.91 0 0.50 285.52 0.83 0.27
Hex 64 C 80 16 5B 0 32 11E 53 1B
Octal 144 14 200 26 133 0 62 436 123 33
Binary 1100100 1100 10000000 10110 1011011 0 110010 100011110 1010011 11011

Color Harmonies of #640C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C80

Black with #640C80

Text Example


Text Example

White with #640C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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