Html Css Color HEX #640595 Indigo

📋 copy color: '#640595'

red 100 ◦ green 5 ◦ blue 149

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

Shades of Indigo #640595

Tints of Indigo #640595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 39.37%
G = 1.97%
B = 58.66%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640595 (or 0x640595) is known color: Indigo. HEX triplet: 64, 05 and 95. RGB value is (100,5,149). Sum of RGB (Red+Green+Blue) = 100+5+149=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #640595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640595 is #9BFA6A. Grayscale: #313131. Windows color (decimal): -10222187 or 9766244. OLE color: 9766244.

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

Color convert

RGB 100 5 149 -
CMYK 0.33 0.97 0 0.42
HSL 279.58º 0.94% 0.3% -
HSV(B) 279.58º 0.97% 0.58% -
XYZ 10.73 4.99 28.83 -
YUV 49.82 183.97 163.79 -
System Red Green Blue C M Y K H S L
Decimal 100 5 149 0.33 0.97 0 0.42 279.58 0.94 0.3
Hex 64 5 95 21 61 0 2A 118 5E 1E
Octal 144 5 225 41 141 0 52 430 136 36
Binary 1100100 101 10010101 100001 1100001 0 101010 100011000 1011110 11110

Color Harmonies of #640595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640595

Black with #640595

Text Example


Text Example

White with #640595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640595; }

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

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

background-color css

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

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

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

border-color css

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

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

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