Html Css Color HEX #640884 Indigo

📋 copy color: '#640884'

red 100 ◦ green 8 ◦ blue 132

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

Shades of Indigo #640884

Tints of Indigo #640884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

 BLUE value IS 132 (51.95% from 255) = 55%

R = 41.67%
G = 3.33%
B = 55%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#640884 (or 0x640884) is known color: Indigo. HEX triplet: 64, 08 and 84. RGB value is (100,8,132). Sum of RGB (Red+Green+Blue) = 100+8+132=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #640884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640884 is #9BF77B. Grayscale: #313131. Windows color (decimal): -10221436 or 8652900. OLE color: 8652900.

HSL color Cylindrical-coordinate representation of color #640884: hue angle of 284.52º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640884 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 8 132 -
CMYK 0.24 0.94 0 0.48
HSL 284.52º 0.89% 0.27% -
HSV(B) 284.52º 0.94% 0.52% -
XYZ 9.51 4.55 22.21 -
YUV 49.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 100 8 132 0.24 0.94 0 0.48 284.52 0.89 0.27
Hex 64 8 84 18 5E 0 30 11D 59 1B
Octal 144 10 204 30 136 0 60 435 131 33
Binary 1100100 1000 10000100 11000 1011110 0 110000 100011101 1011001 11011

Color Harmonies of #640884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640884

Black with #640884

Text Example


Text Example

White with #640884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640884; }

 p { color: rgb(100,8,132); }

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

background-color css

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

 a { background-color: rgb(100,8,132); }

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

border-color css

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

 span { border-color: rgb(100,8,132); }

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