#61528C

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

Shades of Butterfly Bush #61528C

Tints of Butterfly Bush #61528C

Color information

#61528C (or 0x61528C) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 8C. RGB value is (97,82,140). Sum of RGB (Red+Green+Blue) = 97+82+140=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #61528C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61528C is #9EAD73. Grayscale: #5C5C5C. Windows color (decimal): -10399092 or 9196129. OLE color: 9196129.

HSL color Cylindrical-coordinate representation of color #61528C: hue angle of 255.52º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61528C is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9782140-
CMYK0.310.4100.45
HSL255.52º26.13%43.53%-
HSV(B)255.52º41.43%54.9%-
XYZ12.6810.4726.16-
YUV93.1154.47130.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=30.41%
G=25.71%
B=43.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97821400.310.4100.45255.5226.1343.53
Hex61528C1F2902D1001a2c
Octal14112221437510554003254
Binary110000110100101000110011111101001010110110000000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61528C; }

 p { color: rgb(97,82,140); }

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

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

 a { background-color: rgb(97,82,140); }

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

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

 span { border-color: rgb(97,82,140); }

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