#640087

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

Shades of Indigo #640087

Tints of Indigo #640087

Color information

#640087 (or 0x640087) is unknown color: approx Indigo. HEX triplet: 64, 00 and 87. RGB value is (100,0,135). Sum of RGB (Red+Green+Blue) = 100+0+135=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #640087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640087 is #9BFF78. Grayscale: #2C2C2C. Windows color (decimal): -10223481 or 8847460. OLE color: 8847460.

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

Color convert

RGB1000135-
CMYK0.26100.47
HSL284.44º100%26.47%-
HSV(B)284.44º100%52.94%-
XYZ9.634.4623.27-
YUV45.29178.63167.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 57.45%
R=42.55%
G=0%
B=57.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10001350.26100.47284.4410026.47
Hex640871A6402F11c641a
Octal14402073214405743414432
Binary11001000100001111101011001000101111100011100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640087; }

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

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

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

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

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

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

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

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