#51289E

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

Shades of Daisy Bush #51289E

Tints of Daisy Bush #51289E

Color information

#51289E (or 0x51289E) is unknown color: approx Daisy Bush. HEX triplet: 51, 28 and 9E. RGB value is (81,40,158). Sum of RGB (Red+Green+Blue) = 81+40+158=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #51289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51289E is #AED761. Grayscale: #414141. Windows color (decimal): -11458402 or 10365009. OLE color: 10365009.

HSL color Cylindrical-coordinate representation of color #51289E: hue angle of 260.85º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51289E is Cyan = 0.49, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8140158-
CMYK0.490.7500.38
HSL260.85º59.6%38.82%-
HSV(B)260.85º74.68%61.96%-
XYZ10.325.7432.91-
YUV65.71180.08138.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 40 (16.02% from 255) = 14.34%
BLUE value IS 158 (62.11% from 255) = 56.63%
R=29.03%
G=14.34%
B=56.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81401580.490.7500.38260.8559.638.82
Hex51289E314B0261053c27
Octal12150236611130464057447
Binary10100011010001001111011000110010110100110100000101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51289E; }

 p { color: rgb(81,40,158); }

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

<style>
 a { background-color: #51289E; }

 a { background-color: rgb(81,40,158); }

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

<style>
 span { border-color: #51289E; }

 span { border-color: rgb(81,40,158); }

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