#61528D

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

Shades of Butterfly Bush #61528D

Tints of Butterfly Bush #61528D

Color information

#61528D (or 0x61528D) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 8D. RGB value is (97,82,141). Sum of RGB (Red+Green+Blue) = 97+82+141=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #61528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61528D is #9EAD72. Grayscale: #5C5C5C. Windows color (decimal): -10399091 or 9261665. OLE color: 9261665.

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

Color convert

RGB9782141-
CMYK0.310.4200.45
HSL255.25º26.46%43.73%-
HSV(B)255.25º41.84%55.29%-
XYZ12.7510.526.55-
YUV93.21154.97130.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 82 (32.42% from 255) = 25.62%
BLUE value IS 141 (55.47% from 255) = 44.06%
R=30.31%
G=25.62%
B=44.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97821410.310.4200.45255.2526.4643.73
Hex61528D1F2A02Dff1a2c
Octal14112221537520553773254
Binary11000011010010100011011111110101001011011111111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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