Html Css Color HEX #61519D Butterfly Bush

📋 copy color: '#61519D'

red 97 ◦ green 81 ◦ blue 157

#61519D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #61519D

Tints of Butterfly Bush #61519D

RGB

 RED value IS 97 (38.28% from 255) = 28.96%

 GREEN value IS 81 (32.03% from 255) = 24.18%

 BLUE value IS 157 (61.72% from 255) = 46.87%

R = 28.96%
G = 24.18%
B = 46.87%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61519D (or 0x61519D) is known color: Butterfly Bush. HEX triplet: 61, 51 and 9D. RGB value is (97,81,157). Sum of RGB (Red+Green+Blue) = 97+81+157=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #61519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61519D is #9EAE62. Grayscale: #5E5E5E. Windows color (decimal): -10399331 or 10309985. OLE color: 10309985.

HSL color Cylindrical-coordinate representation of color #61519D: hue angle of 252.63º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61519D is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 81 157 -
CMYK 0.38 0.48 0 0.38
HSL 252.63º 0.32% 0.47% -
HSV(B) 252.63º 0.48% 0.62% -
XYZ 13.96 10.86 33.26 -
YUV 94.45 163.3 129.82 -
System Red Green Blue C M Y K H S L
Decimal 97 81 157 0.38 0.48 0 0.38 252.63 0.32 0.47
Hex 61 51 9D 26 30 0 26 FD 20 2F
Octal 141 121 235 46 60 0 46 375 40 57
Binary 1100001 1010001 10011101 100110 110000 0 100110 11111101 100000 101111

Color Harmonies of #61519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61519D

Black with #61519D

Text Example


Text Example

White with #61519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,81,157); }

 H1.HeaderClassName
 {
   color: #61519D;
 }
 .AnyTagClassName
 {
   color: #61519D;
 }
</style>

background-color css

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

 a { background-color: rgb(97,81,157); }

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

border-color css

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

 span { border-color: rgb(97,81,157); }

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