Html Css Color HEX #640389 Indigo

📋 copy color: '#640389'

red 100 ◦ green 3 ◦ blue 137

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

Shades of Indigo #640389

Tints of Indigo #640389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 41.67%
G = 1.25%
B = 57.08%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#640389 (or 0x640389) is known color: Indigo. HEX triplet: 64, 03 and 89. RGB value is (100,3,137). Sum of RGB (Red+Green+Blue) = 100+3+137=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #640389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640389 is #9BFC76. Grayscale: #2E2E2E. Windows color (decimal): -10222711 or 8979300. OLE color: 8979300.

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

Color convert

RGB 100 3 137 -
CMYK 0.27 0.98 0 0.46
HSL 283.43º 0.96% 0.27% -
HSV(B) 283.43º 0.98% 0.54% -
XYZ 9.8 4.58 24.03 -
YUV 47.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 100 3 137 0.27 0.98 0 0.46 283.43 0.96 0.27
Hex 64 3 89 1B 62 0 2E 11B 60 1B
Octal 144 3 211 33 142 0 56 433 140 33
Binary 1100100 11 10001001 11011 1100010 0 101110 100011011 1100000 11011

Color Harmonies of #640389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640389

Black with #640389

Text Example


Text Example

White with #640389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640389; }

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

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

background-color css

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

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

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

border-color css

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

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

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