#51317D

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

Shades of Kingfisher Daisy #51317D

Tints of Kingfisher Daisy #51317D

Color information

#51317D (or 0x51317D) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 31 and 7D. RGB value is (81,49,125). Sum of RGB (Red+Green+Blue) = 81+49+125=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #51317D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51317D is #AECE82. Grayscale: #424242. Windows color (decimal): -11456131 or 8204625. OLE color: 8204625.

HSL color Cylindrical-coordinate representation of color #51317D: hue angle of 265.26º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51317D is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8149125-
CMYK0.350.6100.51
HSL265.26º43.68%34.12%-
HSV(B)265.26º60.8%49.02%-
XYZ8.195.4320.02-
YUV67.23160.6137.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.76%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 125 (49.22% from 255) = 49.02%
R=31.76%
G=19.22%
B=49.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81491250.350.6100.51265.2643.6834.12
Hex51317D233D0331092c22
Octal1216117543750634115442
Binary101000111000111111011000111111010110011100001001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,49,125); }

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

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

 a { background-color: rgb(81,49,125); }

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

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

 span { border-color: rgb(81,49,125); }

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