#645382

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

Shades of Butterfly Bush #645382

Tints of Butterfly Bush #645382

Color information

#645382 (or 0x645382) is unknown color: approx Butterfly Bush. HEX triplet: 64, 53 and 82. RGB value is (100,83,130). Sum of RGB (Red+Green+Blue) = 100+83+130=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #645382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645382 is #9BAC7D. Grayscale: #5D5D5D. Windows color (decimal): -10202238 or 8541028. OLE color: 8541028.

HSL color Cylindrical-coordinate representation of color #645382: hue angle of 261.7º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #645382 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10083130-
CMYK0.230.3600.49
HSL261.7º22.07%41.76%-
HSV(B)261.7º36.15%50.98%-
XYZ12.3810.5122.49-
YUV93.44148.63132.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 83 (32.81% from 255) = 26.52%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=31.95%
G=26.52%
B=41.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100831300.230.3600.49261.722.0741.76
Hex6453821724031106162a
Octal14412320227440614062652
Binary110010010100111000001010111100100011000110000011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645382; }

 p { color: rgb(100,83,130); }

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

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

 a { background-color: rgb(100,83,130); }

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

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

 span { border-color: rgb(100,83,130); }

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