Html Css Color HEX #640491 Indigo

📋 copy color: '#640491'

red 100 ◦ green 4 ◦ blue 145

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

Shades of Indigo #640491

Tints of Indigo #640491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 40.16%
G = 1.61%
B = 58.23%

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

#640491 (or 0x640491) is known color: Indigo. HEX triplet: 64, 04 and 91. RGB value is (100,4,145). Sum of RGB (Red+Green+Blue) = 100+4+145=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #640491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640491 is #9BFB6E. Grayscale: #303030. Windows color (decimal): -10222447 or 9503844. OLE color: 9503844.

HSL color Cylindrical-coordinate representation of color #640491: hue angle of 280.85º degrees, saturation: 0.95, 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 #640491 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 4 145 -
CMYK 0.31 0.97 0 0.43
HSL 280.85º 0.95% 0.29% -
HSV(B) 280.85º 0.97% 0.57% -
XYZ 10.41 4.84 27.17 -
YUV 48.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 100 4 145 0.31 0.97 0 0.43 280.85 0.95 0.29
Hex 64 4 91 1F 61 0 2B 119 5F 1D
Octal 144 4 221 37 141 0 53 431 137 35
Binary 1100100 100 10010001 11111 1100001 0 101011 100011001 1011111 11101

Color Harmonies of #640491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640491

Black with #640491

Text Example


Text Example

White with #640491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640491; }

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

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

background-color css

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

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

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

border-color css

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

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

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