Html Css Color HEX #640995 Indigo

📋 copy color: '#640995'

red 100 ◦ green 9 ◦ blue 149

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

Shades of Indigo #640995

Tints of Indigo #640995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 149 (58.59% from 255) = 57.75%

R = 38.76%
G = 3.49%
B = 57.75%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640995 (or 0x640995) is known color: Indigo. HEX triplet: 64, 09 and 95. RGB value is (100,9,149). Sum of RGB (Red+Green+Blue) = 100+9+149=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #640995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640995 is #9BF66A. Grayscale: #333333. Windows color (decimal): -10221163 or 9767268. OLE color: 9767268.

HSL color Cylindrical-coordinate representation of color #640995: hue angle of 279º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640995 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 9 149 -
CMYK 0.33 0.94 0 0.42
HSL 279º 0.89% 0.31% -
HSV(B) 279º 0.94% 0.58% -
XYZ 10.78 5.07 28.85 -
YUV 52.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 100 9 149 0.33 0.94 0 0.42 279 0.89 0.31
Hex 64 9 95 21 5E 0 2A 117 59 1F
Octal 144 11 225 41 136 0 52 427 131 37
Binary 1100100 1001 10010101 100001 1011110 0 101010 100010111 1011001 11111

Color Harmonies of #640995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640995

Black with #640995

Text Example


Text Example

White with #640995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640995; }

 p { color: rgb(100,9,149); }

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

background-color css

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

 a { background-color: rgb(100,9,149); }

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

border-color css

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

 span { border-color: rgb(100,9,149); }

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