Html Css Color HEX #640591 Indigo

📋 copy color: '#640591'

red 100 ◦ green 5 ◦ blue 145

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

Shades of Indigo #640591

Tints of Indigo #640591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58%

R = 40%
G = 2%
B = 58%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#640591 (or 0x640591) is known color: Indigo. HEX triplet: 64, 05 and 91. RGB value is (100,5,145). Sum of RGB (Red+Green+Blue) = 100+5+145=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #640591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640591 is #9BFA6E. Grayscale: #303030. Windows color (decimal): -10222191 or 9504100. OLE color: 9504100.

HSL color Cylindrical-coordinate representation of color #640591: hue angle of 280.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640591 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 5 145 -
CMYK 0.31 0.97 0 0.43
HSL 280.71º 0.93% 0.29% -
HSV(B) 280.71º 0.97% 0.57% -
XYZ 10.42 4.86 27.18 -
YUV 49.37 181.97 164.12 -
System Red Green Blue C M Y K H S L
Decimal 100 5 145 0.31 0.97 0 0.43 280.71 0.93 0.29
Hex 64 5 91 1F 61 0 2B 119 5D 1D
Octal 144 5 221 37 141 0 53 431 135 35
Binary 1100100 101 10010001 11111 1100001 0 101011 100011001 1011101 11101

Color Harmonies of #640591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640591

Black with #640591

Text Example


Text Example

White with #640591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640591; }

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

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

background-color css

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

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

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

border-color css

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

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

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