#541D98

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

Shades of Kingfisher Daisy #541D98

Tints of Kingfisher Daisy #541D98

Color information

#541D98 (or 0x541D98) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 1D and 98. RGB value is (84,29,152). Sum of RGB (Red+Green+Blue) = 84+29+152=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #541D98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541D98 is #ABE267. Grayscale: #3B3B3B. Windows color (decimal): -11264616 or 9968980. OLE color: 9968980.

HSL color Cylindrical-coordinate representation of color #541D98: hue angle of 266.83º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541D98 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8429152-
CMYK0.450.8100.40
HSL266.83º67.96%35.49%-
HSV(B)266.83º80.92%59.61%-
XYZ9.765.0330.16-
YUV59.47180.22145.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.70%
GREEN value IS 29 (11.72% from 255) = 10.94%
BLUE value IS 152 (59.77% from 255) = 57.36%
R=31.70%
G=10.94%
B=57.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84291520.450.8100.40266.8367.9635.49
Hex541D982D5102810b4423
Octal124352305512105041310443
Binary10101001110110011000101101101000101010001000010111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,29,152); }

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

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

 a { background-color: rgb(84,29,152); }

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

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

 span { border-color: rgb(84,29,152); }

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