#542981

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

Shades of Kingfisher Daisy #542981

Tints of Kingfisher Daisy #542981

Color information

#542981 (or 0x542981) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 29 and 81. RGB value is (84,41,129). Sum of RGB (Red+Green+Blue) = 84+41+129=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 129 (50.78% from 255 or 50.79% from 254); Max value from RGB is 129 - color contains mainly: blue. Hex color #542981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542981 is #ABD67E. Grayscale: #3F3F3F. Windows color (decimal): -11261567 or 8464724. OLE color: 8464724.

HSL color Cylindrical-coordinate representation of color #542981: hue angle of 269.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #542981 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8441129-
CMYK0.350.6800.49
HSL269.32º51.76%33.33%-
HSV(B)269.32º68.22%50.59%-
XYZ8.415.0621.3-
YUV63.89164.75142.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 129 (50.78% from 255) = 50.79%
R=33.07%
G=16.14%
B=50.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84411290.350.6800.49269.3251.7633.33
Hex542981234403110d3421
Octal12451201431040614156441
Binary10101001010011000000110001110001000110001100001101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542981; }

 p { color: rgb(84,41,129); }

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

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

 a { background-color: rgb(84,41,129); }

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

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

 span { border-color: rgb(84,41,129); }

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