Html Css Color HEX #640395 Indigo

📋 copy color: '#640395'

red 100 ◦ green 3 ◦ blue 149

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

Shades of Indigo #640395

Tints of Indigo #640395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.13%

R = 39.68%
G = 1.19%
B = 59.13%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640395 (or 0x640395) is known color: Indigo. HEX triplet: 64, 03 and 95. RGB value is (100,3,149). Sum of RGB (Red+Green+Blue) = 100+3+149=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #640395 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640395 is #9BFC6A. Grayscale: #303030. Windows color (decimal): -10222699 or 9765732. OLE color: 9765732.

HSL color Cylindrical-coordinate representation of color #640395: hue angle of 279.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640395 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 3 149 -
CMYK 0.33 0.98 0 0.42
HSL 279.86º 0.96% 0.3% -
HSV(B) 279.86º 0.98% 0.58% -
XYZ 10.71 4.94 28.82 -
YUV 48.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 100 3 149 0.33 0.98 0 0.42 279.86 0.96 0.3
Hex 64 3 95 21 62 0 2A 118 60 1E
Octal 144 3 225 41 142 0 52 430 140 36
Binary 1100100 11 10010101 100001 1100010 0 101010 100011000 1100000 11110

Color Harmonies of #640395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640395

Black with #640395

Text Example


Text Example

White with #640395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640395; }

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

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

background-color css

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

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

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

border-color css

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

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

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