Html Css Color HEX #640889 Indigo

📋 copy color: '#640889'

red 100 ◦ green 8 ◦ blue 137

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

Shades of Indigo #640889

Tints of Indigo #640889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 137 (53.91% from 255) = 55.92%

R = 40.82%
G = 3.27%
B = 55.92%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#640889 (or 0x640889) is known color: Indigo. HEX triplet: 64, 08 and 89. RGB value is (100,8,137). Sum of RGB (Red+Green+Blue) = 100+8+137=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #640889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640889 is #9BF776. Grayscale: #313131. Windows color (decimal): -10221431 or 8980580. OLE color: 8980580.

HSL color Cylindrical-coordinate representation of color #640889: hue angle of 282.79º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640889 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 8 137 -
CMYK 0.27 0.94 0 0.46
HSL 282.79º 0.89% 0.28% -
HSV(B) 282.79º 0.94% 0.54% -
XYZ 9.86 4.69 24.05 -
YUV 50.21 176.98 163.51 -
System Red Green Blue C M Y K H S L
Decimal 100 8 137 0.27 0.94 0 0.46 282.79 0.89 0.28
Hex 64 8 89 1B 5E 0 2E 11B 59 1C
Octal 144 10 211 33 136 0 56 433 131 34
Binary 1100100 1000 10001001 11011 1011110 0 101110 100011011 1011001 11100

Color Harmonies of #640889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640889

Black with #640889

Text Example


Text Example

White with #640889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640889; }

 p { color: rgb(100,8,137); }

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

background-color css

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

 a { background-color: rgb(100,8,137); }

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

border-color css

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

 span { border-color: rgb(100,8,137); }

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