Html Css Color HEX #640488 Indigo

📋 copy color: '#640488'

red 100 ◦ green 4 ◦ blue 136

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

Shades of Indigo #640488

Tints of Indigo #640488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 41.67%
G = 1.67%
B = 56.67%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#640488 (or 0x640488) is known color: Indigo. HEX triplet: 64, 04 and 88. RGB value is (100,4,136). Sum of RGB (Red+Green+Blue) = 100+4+136=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #640488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640488 is #9BFB77. Grayscale: #2F2F2F. Windows color (decimal): -10222456 or 8914020. OLE color: 8914020.

HSL color Cylindrical-coordinate representation of color #640488: hue angle of 283.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640488 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 4 136 -
CMYK 0.26 0.97 0 0.47
HSL 283.64º 0.94% 0.27% -
HSV(B) 283.64º 0.97% 0.53% -
XYZ 9.74 4.57 23.66 -
YUV 47.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 100 4 136 0.26 0.97 0 0.47 283.64 0.94 0.27
Hex 64 4 88 1A 61 0 2F 11C 5E 1B
Octal 144 4 210 32 141 0 57 434 136 33
Binary 1100100 100 10001000 11010 1100001 0 101111 100011100 1011110 11011

Color Harmonies of #640488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640488

Black with #640488

Text Example


Text Example

White with #640488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640488; }

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

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

background-color css

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

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

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

border-color css

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

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

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