Html Css Color HEX #640390 Indigo

📋 copy color: '#640390'

red 100 ◦ green 3 ◦ blue 144

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

Shades of Indigo #640390

Tints of Indigo #640390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.3%

R = 40.49%
G = 1.21%
B = 58.3%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#640390 (or 0x640390) is known color: Indigo. HEX triplet: 64, 03 and 90. RGB value is (100,3,144). Sum of RGB (Red+Green+Blue) = 100+3+144=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #640390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640390 is #9BFC6F. Grayscale: #2F2F2F. Windows color (decimal): -10222704 or 9438052. OLE color: 9438052.

HSL color Cylindrical-coordinate representation of color #640390: hue angle of 281.28º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640390 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 3 144 -
CMYK 0.31 0.98 0 0.44
HSL 281.28º 0.96% 0.29% -
HSV(B) 281.28º 0.98% 0.56% -
XYZ 10.32 4.79 26.77 -
YUV 48.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 100 3 144 0.31 0.98 0 0.44 281.28 0.96 0.29
Hex 64 3 90 1F 62 0 2C 119 60 1D
Octal 144 3 220 37 142 0 54 431 140 35
Binary 1100100 11 10010000 11111 1100010 0 101100 100011001 1100000 11101

Color Harmonies of #640390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640390

Black with #640390

Text Example


Text Example

White with #640390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640390; }

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

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

background-color css

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

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

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

border-color css

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

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

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