Html Css Color HEX #51209B Daisy Bush

📋 copy color: '#51209B'

red 81 ◦ green 32 ◦ blue 155

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

Shades of Daisy Bush #51209B

Tints of Daisy Bush #51209B

RGB

 RED value IS 81 (32.03% from 255) = 30.22%

 GREEN value IS 32 (12.89% from 255) = 11.94%

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 30.22%
G = 11.94%
B = 57.84%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#51209B (or 0x51209B) is known color: Daisy Bush. HEX triplet: 51, 20 and 9B. RGB value is (81,32,155). Sum of RGB (Red+Green+Blue) = 81+32+155=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #51209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51209B is #AEDF64. Grayscale: #3C3C3C. Windows color (decimal): -11460453 or 10166353. OLE color: 10166353.

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

Color convert

RGB 81 32 155 -
CMYK 0.48 0.79 0 0.39
HSL 263.9º 0.66% 0.37% -
HSV(B) 263.9º 0.79% 0.61% -
XYZ 9.83 5.15 31.49 -
YUV 60.67 181.23 142.5 -
System Red Green Blue C M Y K H S L
Decimal 81 32 155 0.48 0.79 0 0.39 263.9 0.66 0.37
Hex 51 20 9B 30 4F 0 27 108 42 25
Octal 121 40 233 60 117 0 47 410 102 45
Binary 1010001 100000 10011011 110000 1001111 0 100111 100001000 1000010 100101

Color Harmonies of #51209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51209B

Black with #51209B

Text Example


Text Example

White with #51209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51209B;
 }
 .AnyTagClassName
 {
   color: #51209B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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