#541B83

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

Shades of Kingfisher Daisy #541B83

Tints of Kingfisher Daisy #541B83

Color information

#541B83 (or 0x541B83) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 1B and 83. RGB value is (84,27,131). Sum of RGB (Red+Green+Blue) = 84+27+131=242 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.71% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 131 (51.56% from 255 or 54.13% from 242); Max value from RGB is 131 - color contains mainly: blue. Hex color #541B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541B83 is #ABE47C. Grayscale: #373737. Windows color (decimal): -11265149 or 8592212. OLE color: 8592212.

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

Color convert

RGB8427131-
CMYK0.360.7900.49
HSL272.88º65.82%30.98%-
HSV(B)272.88º79.39%51.37%-
XYZ8.144.3121.87-
YUV55.9170.38148.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.71%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 131 (51.56% from 255) = 54.13%
R=34.71%
G=11.16%
B=54.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84271310.360.7900.49272.8865.8230.98
Hex541B83244F031111421f
Octal124332034411706142110237
Binary1010100110111000001110010010011110110001100010001100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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