#615283

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

Shades of Butterfly Bush #615283

Tints of Butterfly Bush #615283

Color information

#615283 (or 0x615283) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 83. RGB value is (97,82,131). Sum of RGB (Red+Green+Blue) = 97+82+131=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #615283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615283 is #9EAD7C. Grayscale: #5B5B5B. Windows color (decimal): -10399101 or 8606305. OLE color: 8606305.

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

Color convert

RGB9782131-
CMYK0.260.3700.49
HSL258.37º23%41.76%-
HSV(B)258.37º37.4%51.37%-
XYZ12.0410.2122.81-
YUV92.07149.97131.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=31.29%
G=26.45%
B=42.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97821310.260.3700.49258.372341.76
Hex6152831A25031102172a
Octal14112220332450614022752
Binary110000110100101000001111010100101011000110000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615283; }

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

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

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

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

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

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

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

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