#61529C

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

Shades of Butterfly Bush #61529C

Tints of Butterfly Bush #61529C

Color information

#61529C (or 0x61529C) is unknown color: approx Butterfly Bush. HEX triplet: 61, 52 and 9C. RGB value is (97,82,156). Sum of RGB (Red+Green+Blue) = 97+82+156=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #61529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61529C is #9EAD63. Grayscale: #5E5E5E. Windows color (decimal): -10399076 or 10244705. OLE color: 10244705.

HSL color Cylindrical-coordinate representation of color #61529C: hue angle of 252.16º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61529C is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9782156-
CMYK0.380.4700.39
HSL252.16º31.09%46.67%-
HSV(B)252.16º47.44%61.18%-
XYZ13.9510.9832.84-
YUV94.92162.47129.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=28.96%
G=24.48%
B=46.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97821560.380.4700.39252.1631.0946.67
Hex61529C262F027fc1f2f
Octal14112223446570473743757
Binary110000110100101001110010011010111101001111111110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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