Html Css Color HEX #640A9D Indigo

📋 copy color: '#640A9D'

red 100 ◦ green 10 ◦ blue 157

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

Shades of Indigo #640A9D

Tints of Indigo #640A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.8%

R = 37.45%
G = 3.75%
B = 58.8%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#640A9D (or 0x640A9D) is known color: Indigo. HEX triplet: 64, 0A and 9D. RGB value is (100,10,157). Sum of RGB (Red+Green+Blue) = 100+10+157=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #640A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640A9D is #9BF562. Grayscale: #353535. Windows color (decimal): -10220899 or 10291812. OLE color: 10291812.

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

Color convert

RGB 100 10 157 -
CMYK 0.36 0.94 0 0.38
HSL 276.73º 0.88% 0.33% -
HSV(B) 276.73º 0.94% 0.62% -
XYZ 11.45 5.36 32.33 -
YUV 53.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 100 10 157 0.36 0.94 0 0.38 276.73 0.88 0.33
Hex 64 A 9D 24 5E 0 26 115 58 21
Octal 144 12 235 44 136 0 46 425 130 41
Binary 1100100 1010 10011101 100100 1011110 0 100110 100010101 1011000 100001

Color Harmonies of #640A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640A9D

Black with #640A9D

Text Example


Text Example

White with #640A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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