#541C84

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

Shades of Kingfisher Daisy #541C84

Tints of Kingfisher Daisy #541C84

Color information

#541C84 (or 0x541C84) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 1C and 84. RGB value is (84,28,132). Sum of RGB (Red+Green+Blue) = 84+28+132=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #541C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541C84 is #ABE37B. Grayscale: #383838. Windows color (decimal): -11264892 or 8658004. OLE color: 8658004.

HSL color Cylindrical-coordinate representation of color #541C84: hue angle of 272.31º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #541C84 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8428132-
CMYK0.360.7900.48
HSL272.31º65%31.37%-
HSV(B)272.31º78.79%51.76%-
XYZ8.244.3822.24-
YUV56.6170.55147.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 28 (11.33% from 255) = 11.48%
BLUE value IS 132 (51.95% from 255) = 54.10%
R=34.43%
G=11.48%
B=54.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84281320.360.7900.48272.316531.37
Hex541C84244F030110411f
Octal124342044411706042010137
Binary1010100111001000010010010010011110110000100010000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,28,132); }

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

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

 a { background-color: rgb(84,28,132); }

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

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

 span { border-color: rgb(84,28,132); }

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