#51248E

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

Shades of Kingfisher Daisy #51248E

Tints of Kingfisher Daisy #51248E

Color information

#51248E (or 0x51248E) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 24 and 8E. RGB value is (81,36,142). Sum of RGB (Red+Green+Blue) = 81+36+142=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #51248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51248E is #AEDB71. Grayscale: #3D3D3D. Windows color (decimal): -11459442 or 9315409. OLE color: 9315409.

HSL color Cylindrical-coordinate representation of color #51248E: hue angle of 265.47º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #51248E is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8136142-
CMYK0.430.7500.44
HSL265.47º59.55%34.9%-
HSV(B)265.47º74.65%55.69%-
XYZ8.914.9626.08-
YUV61.54173.41141.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.27%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 142 (55.86% from 255) = 54.83%
R=31.27%
G=13.90%
B=54.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81361420.430.7500.44265.4759.5534.9
Hex51248E2B4B02C1093c23
Octal12144216531130544117443
Binary10100011001001000111010101110010110101100100001001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,36,142); }

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

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

 a { background-color: rgb(81,36,142); }

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

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

 span { border-color: rgb(81,36,142); }

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