Html Css Color HEX #640F80 Indigo

📋 copy color: '#640F80'

red 100 ◦ green 15 ◦ blue 128

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

Shades of Indigo #640F80

Tints of Indigo #640F80

RGB

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

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

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

R = 41.15%
G = 6.17%
B = 52.67%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#640F80 (or 0x640F80) is known color: Indigo. HEX triplet: 64, 0F and 80. RGB value is (100,15,128). Sum of RGB (Red+Green+Blue) = 100+15+128=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #640F80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F80 is #9BF07F. Grayscale: #343434. Windows color (decimal): -10219648 or 8392548. OLE color: 8392548.

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

Color convert

RGB 100 15 128 -
CMYK 0.22 0.88 0 0.50
HSL 285.13º 0.79% 0.28% -
HSV(B) 285.13º 0.88% 0.5% -
XYZ 9.32 4.61 20.82 -
YUV 53.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 100 15 128 0.22 0.88 0 0.50 285.13 0.79 0.28
Hex 64 F 80 16 58 0 32 11D 4F 1C
Octal 144 17 200 26 130 0 62 435 117 34
Binary 1100100 1111 10000000 10110 1011000 0 110010 100011101 1001111 11100

Color Harmonies of #640F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F80

Black with #640F80

Text Example


Text Example

White with #640F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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