Html Css Color HEX #51219B Daisy Bush

📋 copy color: '#51219B'

red 81 ◦ green 33 ◦ blue 155

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

Shades of Daisy Bush #51219B

Tints of Daisy Bush #51219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.27%

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

R = 30.11%
G = 12.27%
B = 57.62%

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

#51219B (or 0x51219B) is known color: Daisy Bush. HEX triplet: 51, 21 and 9B. RGB value is (81,33,155). Sum of RGB (Red+Green+Blue) = 81+33+155=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #51219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51219B is #AEDE64. Grayscale: #3C3C3C. Windows color (decimal): -11460197 or 10166609. OLE color: 10166609.

HSL color Cylindrical-coordinate representation of color #51219B: hue angle of 263.61º degrees, saturation: 0.65, 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 #51219B is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 33 155 -
CMYK 0.48 0.79 0 0.39
HSL 263.61º 0.65% 0.37% -
HSV(B) 263.61º 0.79% 0.61% -
XYZ 9.85 5.2 31.5 -
YUV 61.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 81 33 155 0.48 0.79 0 0.39 263.61 0.65 0.37
Hex 51 21 9B 30 4F 0 27 108 41 25
Octal 121 41 233 60 117 0 47 410 101 45
Binary 1010001 100001 10011011 110000 1001111 0 100111 100001000 1000001 100101

Color Harmonies of #51219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51219B

Black with #51219B

Text Example


Text Example

White with #51219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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