Html Css Color HEX #640AA0 Indigo

📋 copy color: '#640AA0'

red 100 ◦ green 10 ◦ blue 160

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

Shades of Indigo #640AA0

Tints of Indigo #640AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.7%

 BLUE value IS 160 (62.89% from 255) = 59.26%

R = 37.04%
G = 3.7%
B = 59.26%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#640AA0 (or 0x640AA0) is known color: Indigo. HEX triplet: 64, 0A and A0. RGB value is (100,10,160). Sum of RGB (Red+Green+Blue) = 100+10+160=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #640AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640AA0 is #9BF55F. Grayscale: #353535. Windows color (decimal): -10220896 or 10488420. OLE color: 10488420.

HSL color Cylindrical-coordinate representation of color #640AA0: hue angle of 276º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640AA0 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 10 160 -
CMYK 0.38 0.94 0 0.37
HSL 276º 0.88% 0.33% -
HSV(B) 276º 0.94% 0.63% -
XYZ 11.71 5.46 33.7 -
YUV 54.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 100 10 160 0.38 0.94 0 0.37 276 0.88 0.33
Hex 64 A A0 26 5E 0 25 114 58 21
Octal 144 12 240 46 136 0 45 424 130 41
Binary 1100100 1010 10100000 100110 1011110 0 100101 100010100 1011000 100001

Color Harmonies of #640AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640AA0

Black with #640AA0

Text Example


Text Example

White with #640AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,10,160); }

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

background-color css

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

 a { background-color: rgb(100,10,160); }

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

border-color css

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

 span { border-color: rgb(100,10,160); }

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