#51259E

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

Shades of Daisy Bush #51259E

Tints of Daisy Bush #51259E

Color information

#51259E (or 0x51259E) is unknown color: approx Daisy Bush. HEX triplet: 51, 25 and 9E. RGB value is (81,37,158). Sum of RGB (Red+Green+Blue) = 81+37+158=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #51259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51259E is #AEDA61. Grayscale: #3F3F3F. Windows color (decimal): -11459170 or 10364241. OLE color: 10364241.

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

Color convert

RGB8137158-
CMYK0.490.7700.38
HSL261.82º62.05%38.24%-
HSV(B)261.82º76.58%61.96%-
XYZ10.235.5432.88-
YUV63.95181.08140.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 37 (14.84% from 255) = 13.41%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=29.35%
G=13.41%
B=57.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81371580.490.7700.38261.8262.0538.24
Hex51259E314D0261063e26
Octal12145236611150464067646
Binary10100011001011001111011000110011010100110100000110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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