#51318B

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

Shades of Kingfisher Daisy #51318B

Tints of Kingfisher Daisy #51318B

Color information

#51318B (or 0x51318B) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 31 and 8B. RGB value is (81,49,139). Sum of RGB (Red+Green+Blue) = 81+49+139=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #51318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51318B is #AECE74. Grayscale: #444444. Windows color (decimal): -11456117 or 9122129. OLE color: 9122129.

HSL color Cylindrical-coordinate representation of color #51318B: hue angle of 261.33º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51318B is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8149139-
CMYK0.420.6500.45
HSL261.33º47.87%36.86%-
HSV(B)261.33º64.75%54.51%-
XYZ9.155.8125.07-
YUV68.83167.6136.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=30.11%
G=18.22%
B=51.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81491390.420.6500.45261.3347.8736.86
Hex51318B2A4102D1053025
Octal12161213521010554056045
Binary10100011100011000101110101010000010101101100000101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51318B; }

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

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

<style>
 a { background-color: #51318B; }

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

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

<style>
 span { border-color: #51318B; }

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

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