#640084

Color #640084 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #640084

Tints of Indigo #640084

Color information

#640084 (or 0x640084) is unknown color: approx Indigo. HEX triplet: 64, 00 and 84. RGB value is (100,0,132). Sum of RGB (Red+Green+Blue) = 100+0+132=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #640084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640084 is #9BFF7B. Grayscale: #2C2C2C. Windows color (decimal): -10223484 or 8650852. OLE color: 8650852.

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

Color convert

RGB1000132-
CMYK0.24100.48
HSL285.45º100%25.88%-
HSV(B)285.45º100%51.76%-
XYZ9.424.3822.18-
YUV44.95177.13167.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 56.90%
R=43.10%
G=0%
B=56.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10001320.24100.48285.4510025.88
Hex64084186403011d641a
Octal14402043014406043514432
Binary11001000100001001100011001000110000100011101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640084; }

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

 H1.HeaderClassName
 {
   color: #640084;
 }
 .AnyTagClassName
 {
   color: #640084;
 }
</style>
background-color css

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

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

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

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

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

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