#51317E

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

Shades of Kingfisher Daisy #51317E

Tints of Kingfisher Daisy #51317E

Color information

#51317E (or 0x51317E) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 31 and 7E. RGB value is (81,49,126). Sum of RGB (Red+Green+Blue) = 81+49+126=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #51317E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51317E is #AECE81. Grayscale: #434343. Windows color (decimal): -11456130 or 8270161. OLE color: 8270161.

HSL color Cylindrical-coordinate representation of color #51317E: hue angle of 264.94º 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 #51317E is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8149126-
CMYK0.360.6100.51
HSL264.94º44%34.31%-
HSV(B)264.94º61.11%49.41%-
XYZ8.265.4520.36-
YUV67.35161.1137.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.64%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 126 (49.61% from 255) = 49.22%
R=31.64%
G=19.14%
B=49.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81491260.360.6100.51264.944434.31
Hex51317E243D0331092c22
Octal1216117644750634115442
Binary101000111000111111101001001111010110011100001001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51317E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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