Html Css Color HEX #640584 Indigo

📋 copy color: '#640584'

red 100 ◦ green 5 ◦ blue 132

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

Shades of Indigo #640584

Tints of Indigo #640584

RGB

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

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

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

R = 42.19%
G = 2.11%
B = 55.7%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#640584 (or 0x640584) is known color: Indigo. HEX triplet: 64, 05 and 84. RGB value is (100,5,132). Sum of RGB (Red+Green+Blue) = 100+5+132=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #640584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640584 is #9BFA7B. Grayscale: #2F2F2F. Windows color (decimal): -10222204 or 8652132. OLE color: 8652132.

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

Color convert

RGB 100 5 132 -
CMYK 0.24 0.96 0 0.48
HSL 284.88º 0.93% 0.27% -
HSV(B) 284.88º 0.96% 0.52% -
XYZ 9.47 4.48 22.2 -
YUV 47.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 100 5 132 0.24 0.96 0 0.48 284.88 0.93 0.27
Hex 64 5 84 18 60 0 30 11D 5D 1B
Octal 144 5 204 30 140 0 60 435 135 33
Binary 1100100 101 10000100 11000 1100000 0 110000 100011101 1011101 11011

Color Harmonies of #640584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640584

Black with #640584

Text Example


Text Example

White with #640584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640584; }

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

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

background-color css

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

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

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

border-color css

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

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

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