#51219C

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

Shades of Daisy Bush #51219C

Tints of Daisy Bush #51219C

Color information

#51219C (or 0x51219C) is unknown color: approx Daisy Bush. HEX triplet: 51, 21 and 9C. RGB value is (81,33,156). Sum of RGB (Red+Green+Blue) = 81+33+156=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #51219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51219C is #AEDE63. Grayscale: #3C3C3C. Windows color (decimal): -11460196 or 10232145. OLE color: 10232145.

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

Color convert

RGB8133156-
CMYK0.480.7900.39
HSL263.41º65.08%37.06%-
HSV(B)263.41º78.85%61.18%-
XYZ9.945.2431.94-
YUV61.37181.4142-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 33 (13.28% from 255) = 12.22%
BLUE value IS 156 (61.33% from 255) = 57.78%
R=30%
G=12.22%
B=57.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81331560.480.7900.39263.4165.0837.06
Hex51219C304F0271074125
Octal121412346011704740710145
Binary101000110000110011100110000100111101001111000001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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