Html Css Color HEX #640999 Indigo

📋 copy color: '#640999'

red 100 ◦ green 9 ◦ blue 153

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

Shades of Indigo #640999

Tints of Indigo #640999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 38.17%
G = 3.44%
B = 58.4%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#640999 (or 0x640999) is known color: Indigo. HEX triplet: 64, 09 and 99. RGB value is (100,9,153). Sum of RGB (Red+Green+Blue) = 100+9+153=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #640999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640999 is #9BF666. Grayscale: #343434. Windows color (decimal): -10221159 or 10029412. OLE color: 10029412.

HSL color Cylindrical-coordinate representation of color #640999: hue angle of 277.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640999 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 9 153 -
CMYK 0.35 0.94 0 0.4
HSL 277.92º 0.89% 0.32% -
HSV(B) 277.92º 0.94% 0.6% -
XYZ 11.1 5.2 30.56 -
YUV 52.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 100 9 153 0.35 0.94 0 0.4 277.92 0.89 0.32
Hex 64 9 99 23 5E 0 28 116 59 20
Octal 144 11 231 43 136 0 50 426 131 40
Binary 1100100 1001 10011001 100011 1011110 0 101000 100010110 1011001 100000

Color Harmonies of #640999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640999

Black with #640999

Text Example


Text Example

White with #640999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640999; }

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

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

background-color css

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

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

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

border-color css

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

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

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