Shades of Butterfly Bush #61529C
Tints of Butterfly Bush #61529C
RGB
CMYK
RGB Variations
Color information
#61529C (or 0x61529C) is known color: 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
| RGB | 97 | 82 | 156 | - |
| CMYK | 0.38 | 0.47 | 0 | 0.39 |
| HSL | 252.16º | 0.31% | 0.47% | - |
| HSV(B) | 252.16º | 0.47% | 0.61% | - |
| XYZ | 13.95 | 10.98 | 32.84 | - |
| YUV | 94.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 156 | 0.38 | 0.47 | 0 | 0.39 | 252.16 | 0.31 | 0.47 |
| Hex | 61 | 52 | 9C | 26 | 2F | 0 | 27 | FC | 1F | 2F |
| Octal | 141 | 122 | 234 | 46 | 57 | 0 | 47 | 374 | 37 | 57 |
| Binary | 1100001 | 1010010 | 10011100 | 100110 | 101111 | 0 | 100111 | 11111100 | 11111 | 101111 |
Color Harmonies of #61529C
Complementary color
Monochromatic Colors of #61529C
Black with #61529C
Text Example
Text Example
White with #61529C
Text Example
Text Example
HTML Codes & Css Web 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>