#541A95

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

Shades of Kingfisher Daisy #541A95

Tints of Kingfisher Daisy #541A95

Color information

#541A95 (or 0x541A95) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 1A and 95. RGB value is (84,26,149). Sum of RGB (Red+Green+Blue) = 84+26+149=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 26 (10.55% from 255 or 10.04% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #541A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541A95 is #ABE56A. Grayscale: #383838. Windows color (decimal): -11265387 or 9771604. OLE color: 9771604.

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

Color convert

RGB8426149-
CMYK0.440.8300.42
HSL268.29º70.29%34.31%-
HSV(B)268.29º82.55%58.43%-
XYZ9.454.7928.86-
YUV57.36179.72147-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.43%
GREEN value IS 26 (10.55% from 255) = 10.04%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=32.43%
G=10.04%
B=57.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84261490.440.8300.42268.2970.2934.31
Hex541A952C5302A10c4622
Octal124322255412305241410642
Binary10101001101010010101101100101001101010101000011001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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