Html Css Color HEX #640593 Indigo

📋 copy color: '#640593'

red 100 ◦ green 5 ◦ blue 147

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

Shades of Indigo #640593

Tints of Indigo #640593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 39.68%
G = 1.98%
B = 58.33%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640593 (or 0x640593) is known color: Indigo. HEX triplet: 64, 05 and 93. RGB value is (100,5,147). Sum of RGB (Red+Green+Blue) = 100+5+147=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #640593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640593 is #9BFA6C. Grayscale: #313131. Windows color (decimal): -10222189 or 9635172. OLE color: 9635172.

HSL color Cylindrical-coordinate representation of color #640593: hue angle of 280.14º degrees, saturation: 0.93, 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 #640593 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 5 147 -
CMYK 0.32 0.97 0 0.42
HSL 280.14º 0.93% 0.3% -
HSV(B) 280.14º 0.97% 0.58% -
XYZ 10.58 4.92 28 -
YUV 49.59 182.97 163.95 -
System Red Green Blue C M Y K H S L
Decimal 100 5 147 0.32 0.97 0 0.42 280.14 0.93 0.3
Hex 64 5 93 20 61 0 2A 118 5D 1E
Octal 144 5 223 40 141 0 52 430 135 36
Binary 1100100 101 10010011 100000 1100001 0 101010 100011000 1011101 11110

Color Harmonies of #640593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640593

Black with #640593

Text Example


Text Example

White with #640593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640593; }

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

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

background-color css

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

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

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

border-color css

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

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

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