Html Css Color HEX #640994 Indigo

📋 copy color: '#640994'

red 100 ◦ green 9 ◦ blue 148

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

Shades of Indigo #640994

Tints of Indigo #640994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.59%

R = 38.91%
G = 3.5%
B = 57.59%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640994 (or 0x640994) is known color: Indigo. HEX triplet: 64, 09 and 94. RGB value is (100,9,148). Sum of RGB (Red+Green+Blue) = 100+9+148=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #640994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640994 is #9BF66B. Grayscale: #333333. Windows color (decimal): -10221164 or 9701732. OLE color: 9701732.

HSL color Cylindrical-coordinate representation of color #640994: hue angle of 279.28º 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 #640994 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 9 148 -
CMYK 0.32 0.94 0 0.42
HSL 279.28º 0.89% 0.31% -
HSV(B) 279.28º 0.94% 0.58% -
XYZ 10.7 5.04 28.43 -
YUV 52.06 182.15 162.2 -
System Red Green Blue C M Y K H S L
Decimal 100 9 148 0.32 0.94 0 0.42 279.28 0.89 0.31
Hex 64 9 94 20 5E 0 2A 117 59 1F
Octal 144 11 224 40 136 0 52 427 131 37
Binary 1100100 1001 10010100 100000 1011110 0 101010 100010111 1011001 11111

Color Harmonies of #640994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640994

Black with #640994

Text Example


Text Example

White with #640994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640994; }

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

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

background-color css

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

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

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

border-color css

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

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

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