#51269D

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

Shades of Daisy Bush #51269D

Tints of Daisy Bush #51269D

Color information

#51269D (or 0x51269D) is unknown color: approx Daisy Bush. HEX triplet: 51, 26 and 9D. RGB value is (81,38,157). Sum of RGB (Red+Green+Blue) = 81+38+157=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #51269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51269D is #AED962. Grayscale: #3F3F3F. Windows color (decimal): -11458915 or 10298961. OLE color: 10298961.

HSL color Cylindrical-coordinate representation of color #51269D: hue angle of 261.68º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #51269D is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8138157-
CMYK0.480.7600.38
HSL261.68º61.03%38.24%-
HSV(B)261.68º75.8%61.57%-
XYZ10.175.5732.44-
YUV64.42180.25139.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 157 (61.72% from 255) = 56.88%
R=29.35%
G=13.77%
B=56.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81381570.480.7600.38261.6861.0338.24
Hex51269D304C0261063d26
Octal12146235601140464067546
Binary10100011001101001110111000010011000100110100000110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51269D; }

 p { color: rgb(81,38,157); }

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

<style>
 a { background-color: #51269D; }

 a { background-color: rgb(81,38,157); }

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

<style>
 span { border-color: #51269D; }

 span { border-color: rgb(81,38,157); }

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