#51239B

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

Shades of Daisy Bush #51239B

Tints of Daisy Bush #51239B

Color information

#51239B (or 0x51239B) is unknown color: approx Daisy Bush. HEX triplet: 51, 23 and 9B. RGB value is (81,35,155). Sum of RGB (Red+Green+Blue) = 81+35+155=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #51239B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51239B is #AEDC64. Grayscale: #3E3E3E. Windows color (decimal): -11459685 or 10167121. OLE color: 10167121.

HSL color Cylindrical-coordinate representation of color #51239B: hue angle of 263º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51239B is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8135155-
CMYK0.480.7700.39
HSL263º63.16%37.25%-
HSV(B)263º77.42%60.78%-
XYZ9.915.3231.51-
YUV62.43180.24141.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 155 (60.94% from 255) = 57.20%
R=29.89%
G=12.92%
B=57.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81351550.480.7700.3926363.1637.25
Hex51239B304D0271073f25
Octal12143233601150474077745
Binary10100011000111001101111000010011010100111100000111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51239B; }

 p { color: rgb(81,35,155); }

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

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

 a { background-color: rgb(81,35,155); }

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

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

 span { border-color: rgb(81,35,155); }

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