#615281

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

Shades of Butterfly Bush #615281

Tints of Butterfly Bush #615281

Color information

#615281 (or 0x615281) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 81. RGB value is (97,82,129). Sum of RGB (Red+Green+Blue) = 97+82+129=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #615281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615281 is #9EAD7E. Grayscale: #5B5B5B. Windows color (decimal): -10399103 or 8475233. OLE color: 8475233.

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

Color convert

RGB9782129-
CMYK0.250.3600.49
HSL259.15º22.27%41.37%-
HSV(B)259.15º36.43%50.59%-
XYZ11.9110.1622.1-
YUV91.84148.97131.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 129 (50.78% from 255) = 41.88%
R=31.49%
G=26.62%
B=41.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97821290.250.3600.49259.1522.2741.37
Hex61528119240311031629
Octal14112220131440614032651
Binary110000110100101000000111001100100011000110000001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615281; }

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

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

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

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

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

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

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

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