Html Css Color HEX #640799 Indigo

📋 copy color: '#640799'

red 100 ◦ green 7 ◦ blue 153

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

Shades of Indigo #640799

Tints of Indigo #640799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.85%

R = 38.46%
G = 2.69%
B = 58.85%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#640799 (or 0x640799) is known color: Indigo. HEX triplet: 64, 07 and 99. RGB value is (100,7,153). Sum of RGB (Red+Green+Blue) = 100+7+153=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #640799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640799 is #9BF866. Grayscale: #323232. Windows color (decimal): -10221671 or 10028900. OLE color: 10028900.

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

Color convert

RGB 100 7 153 -
CMYK 0.35 0.95 0 0.4
HSL 278.22º 0.91% 0.31% -
HSV(B) 278.22º 0.95% 0.6% -
XYZ 11.08 5.16 30.55 -
YUV 51.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 100 7 153 0.35 0.95 0 0.4 278.22 0.91 0.31
Hex 64 7 99 23 5F 0 28 116 5B 1F
Octal 144 7 231 43 137 0 50 426 133 37
Binary 1100100 111 10011001 100011 1011111 0 101000 100010110 1011011 11111

Color Harmonies of #640799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640799

Black with #640799

Text Example


Text Example

White with #640799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640799; }

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

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

background-color css

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

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

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

border-color css

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

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

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