#541B94

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

Shades of Kingfisher Daisy #541B94

Tints of Kingfisher Daisy #541B94

Color information

#541B94 (or 0x541B94) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 1B and 94. RGB value is (84,27,148). Sum of RGB (Red+Green+Blue) = 84+27+148=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #541B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541B94 is #ABE46B. Grayscale: #393939. Windows color (decimal): -11265132 or 9706324. OLE color: 9706324.

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

Color convert

RGB8427148-
CMYK0.430.8200.42
HSL268.26º69.14%34.31%-
HSV(B)268.26º81.76%58.04%-
XYZ9.394.8128.45-
YUV57.84178.88146.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.43%
GREEN value IS 27 (10.94% from 255) = 10.42%
BLUE value IS 148 (58.20% from 255) = 57.14%
R=32.43%
G=10.42%
B=57.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84271480.430.8200.42268.2669.1434.31
Hex541B942B5202A10c4522
Octal124332245312205241410542
Binary10101001101110010100101011101001001010101000011001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,27,148); }

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

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

 a { background-color: rgb(84,27,148); }

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

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

 span { border-color: rgb(84,27,148); }

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