Html Css Color HEX #541E87 Kingfisher Daisy

📋 copy color: '#541E87'

red 84 ◦ green 30 ◦ blue 135

#541E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #541E87

Tints of Kingfisher Daisy #541E87

RGB

 RED value IS 84 (33.2% from 255) = 33.73%

 GREEN value IS 30 (12.11% from 255) = 12.05%

 BLUE value IS 135 (53.13% from 255) = 54.22%

R = 33.73%
G = 12.05%
B = 54.22%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#541E87 (or 0x541E87) is known color: Kingfisher Daisy. HEX triplet: 54, 1E and 87. RGB value is (84,30,135). Sum of RGB (Red+Green+Blue) = 84+30+135=249 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.73% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #541E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541E87 is #ABE178. Grayscale: #393939. Windows color (decimal): -11264377 or 8855124. OLE color: 8855124.

HSL color Cylindrical-coordinate representation of color #541E87: hue angle of 270.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #541E87 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 30 135 -
CMYK 0.38 0.78 0 0.47
HSL 270.86º 0.64% 0.32% -
HSV(B) 270.86º 0.78% 0.53% -
XYZ 8.49 4.56 23.35 -
YUV 58.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 84 30 135 0.38 0.78 0 0.47 270.86 0.64 0.32
Hex 54 1E 87 26 4E 0 2F 10F 40 20
Octal 124 36 207 46 116 0 57 417 100 40
Binary 1010100 11110 10000111 100110 1001110 0 101111 100001111 1000000 100000

Color Harmonies of #541E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541E87

Black with #541E87

Text Example


Text Example

White with #541E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,30,135); }

 H1.HeaderClassName
 {
   color: #541E87;
 }
 .AnyTagClassName
 {
   color: #541E87;
 }
</style>

background-color css

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

 a { background-color: rgb(84,30,135); }

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

border-color css

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

 span { border-color: rgb(84,30,135); }

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