Html Css Color HEX #640495 Indigo

📋 copy color: '#640495'

red 100 ◦ green 4 ◦ blue 149

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

Shades of Indigo #640495

Tints of Indigo #640495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.89%

R = 39.53%
G = 1.58%
B = 58.89%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#640495 (or 0x640495) is known color: Indigo. HEX triplet: 64, 04 and 95. RGB value is (100,4,149). Sum of RGB (Red+Green+Blue) = 100+4+149=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #640495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640495 is #9BFB6A. Grayscale: #303030. Windows color (decimal): -10222443 or 9765988. OLE color: 9765988.

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

Color convert

RGB 100 4 149 -
CMYK 0.33 0.97 0 0.42
HSL 279.72º 0.95% 0.3% -
HSV(B) 279.72º 0.97% 0.58% -
XYZ 10.72 4.97 28.83 -
YUV 49.23 184.3 164.21 -
System Red Green Blue C M Y K H S L
Decimal 100 4 149 0.33 0.97 0 0.42 279.72 0.95 0.3
Hex 64 4 95 21 61 0 2A 118 5F 1E
Octal 144 4 225 41 141 0 52 430 137 36
Binary 1100100 100 10010101 100001 1100001 0 101010 100011000 1011111 11110

Color Harmonies of #640495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640495

Black with #640495

Text Example


Text Example

White with #640495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640495; }

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

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

background-color css

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

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

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

border-color css

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

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

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