Html Css Color HEX #640795 Indigo

📋 copy color: '#640795'

red 100 ◦ green 7 ◦ blue 149

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

Shades of Indigo #640795

Tints of Indigo #640795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 39.06%
G = 2.73%
B = 58.2%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640795 (or 0x640795) is known color: Indigo. HEX triplet: 64, 07 and 95. RGB value is (100,7,149). Sum of RGB (Red+Green+Blue) = 100+7+149=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #640795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640795 is #9BF86A. Grayscale: #323232. Windows color (decimal): -10221675 or 9766756. OLE color: 9766756.

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

Color convert

RGB 100 7 149 -
CMYK 0.33 0.95 0 0.42
HSL 279.3º 0.91% 0.31% -
HSV(B) 279.3º 0.95% 0.58% -
XYZ 10.76 5.03 28.84 -
YUV 51 183.31 162.95 -
System Red Green Blue C M Y K H S L
Decimal 100 7 149 0.33 0.95 0 0.42 279.3 0.91 0.31
Hex 64 7 95 21 5F 0 2A 117 5B 1F
Octal 144 7 225 41 137 0 52 427 133 37
Binary 1100100 111 10010101 100001 1011111 0 101010 100010111 1011011 11111

Color Harmonies of #640795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640795

Black with #640795

Text Example


Text Example

White with #640795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640795; }

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

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

background-color css

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

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

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

border-color css

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

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

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