#541C98

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

Shades of Kingfisher Daisy #541C98

Tints of Kingfisher Daisy #541C98

Color information

#541C98 (or 0x541C98) is unknown color: approx Kingfisher Daisy. HEX triplet: 54, 1C and 98. RGB value is (84,28,152). Sum of RGB (Red+Green+Blue) = 84+28+152=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #541C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541C98 is #ABE367. Grayscale: #3A3A3A. Windows color (decimal): -11264872 or 9968724. OLE color: 9968724.

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

Color convert

RGB8428152-
CMYK0.450.8200.40
HSL267.1º68.89%35.29%-
HSV(B)267.1º81.58%59.61%-
XYZ9.744.9830.15-
YUV58.88180.55145.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.82%
GREEN value IS 28 (11.33% from 255) = 10.61%
BLUE value IS 152 (59.77% from 255) = 57.58%
R=31.82%
G=10.61%
B=57.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84281520.450.8200.40267.168.8935.29
Hex541C982D5202810b4523
Octal124342305512205041310543
Binary10101001110010011000101101101001001010001000010111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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