#541D95

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

Shades of Kingfisher Daisy #541D95

Tints of Kingfisher Daisy #541D95

Color information

#541D95 (or 0x541D95) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 1D and 95. RGB value is (84,29,149). Sum of RGB (Red+Green+Blue) = 84+29+149=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #541D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541D95 is #ABE26A. Grayscale: #3A3A3A. Windows color (decimal): -11264619 or 9772372. OLE color: 9772372.

HSL color Cylindrical-coordinate representation of color #541D95: hue angle of 267.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541D95 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8429149-
CMYK0.440.8100.42
HSL267.5º67.42%34.9%-
HSV(B)267.5º80.54%58.43%-
XYZ9.524.9328.88-
YUV59.12178.72145.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.06%
GREEN value IS 29 (11.72% from 255) = 11.07%
BLUE value IS 149 (58.59% from 255) = 56.87%
R=32.06%
G=11.07%
B=56.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84291490.440.8100.42267.567.4234.9
Hex541D952C5102A10c4323
Octal124352255412105241410343
Binary10101001110110010101101100101000101010101000011001000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541D95; }

 p { color: rgb(84,29,149); }

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

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

 a { background-color: rgb(84,29,149); }

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

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

 span { border-color: rgb(84,29,149); }

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