Html Css Color HEX #640695 Indigo

📋 copy color: '#640695'

red 100 ◦ green 6 ◦ blue 149

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

Shades of Indigo #640695

Tints of Indigo #640695

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

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

R = 39.22%
G = 2.35%
B = 58.43%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640695 (or 0x640695) is known color: Indigo. HEX triplet: 64, 06 and 95. RGB value is (100,6,149). Sum of RGB (Red+Green+Blue) = 100+6+149=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #640695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640695 is #9BF96A. Grayscale: #313131. Windows color (decimal): -10221931 or 9766500. OLE color: 9766500.

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

Color convert

RGB 100 6 149 -
CMYK 0.33 0.96 0 0.42
HSL 279.44º 0.92% 0.3% -
HSV(B) 279.44º 0.96% 0.58% -
XYZ 10.75 5.01 28.83 -
YUV 50.41 183.64 163.37 -
System Red Green Blue C M Y K H S L
Decimal 100 6 149 0.33 0.96 0 0.42 279.44 0.92 0.3
Hex 64 6 95 21 60 0 2A 117 5C 1E
Octal 144 6 225 41 140 0 52 427 134 36
Binary 1100100 110 10010101 100001 1100000 0 101010 100010111 1011100 11110

Color Harmonies of #640695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640695

Black with #640695

Text Example


Text Example

White with #640695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640695; }

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

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

background-color css

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

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

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

border-color css

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

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

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