Html Css Color HEX #640C79 Indigo

📋 copy color: '#640C79'

red 100 ◦ green 12 ◦ blue 121

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

Shades of Indigo #640C79

Tints of Indigo #640C79

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.15%

 BLUE value IS 121 (47.66% from 255) = 51.93%

R = 42.92%
G = 5.15%
B = 51.93%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#640C79 (or 0x640C79) is known color: Indigo. HEX triplet: 64, 0C and 79. RGB value is (100,12,121). Sum of RGB (Red+Green+Blue) = 100+12+121=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #640C79 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640C79 is #9BF386. Grayscale: #323232. Windows color (decimal): -10220423 or 7933028. OLE color: 7933028.

HSL color Cylindrical-coordinate representation of color #640C79: hue angle of 288.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640C79 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 12 121 -
CMYK 0.17 0.90 0 0.53
HSL 288.44º 0.82% 0.26% -
HSV(B) 288.44º 0.9% 0.47% -
XYZ 8.84 4.35 18.46 -
YUV 50.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 100 12 121 0.17 0.90 0 0.53 288.44 0.82 0.26
Hex 64 C 79 11 5A 0 35 120 52 1A
Octal 144 14 171 21 132 0 65 440 122 32
Binary 1100100 1100 1111001 10001 1011010 0 110101 100100000 1010010 11010

Color Harmonies of #640C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640C79

Black with #640C79

Text Example


Text Example

White with #640C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640C79; }

 p { color: rgb(100,12,121); }

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

background-color css

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

 a { background-color: rgb(100,12,121); }

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

border-color css

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

 span { border-color: rgb(100,12,121); }

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