Html Css Color HEX #541F99 Kingfisher Daisy

📋 copy color: '#541F99'

red 84 ◦ green 31 ◦ blue 153

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

Shades of Kingfisher Daisy #541F99

Tints of Kingfisher Daisy #541F99

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.57%

 BLUE value IS 153 (60.16% from 255) = 57.09%

R = 31.34%
G = 11.57%
B = 57.09%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#541F99 (or 0x541F99) is known color: Kingfisher Daisy. HEX triplet: 54, 1F and 99. RGB value is (84,31,153). Sum of RGB (Red+Green+Blue) = 84+31+153=268 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.34% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #541F99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541F99 is #ABE066. Grayscale: #3C3C3C. Windows color (decimal): -11264103 or 10035028. OLE color: 10035028.

HSL color Cylindrical-coordinate representation of color #541F99: hue angle of 266.07º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541F99 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 31 153 -
CMYK 0.45 0.80 0 0.4
HSL 266.07º 0.66% 0.36% -
HSV(B) 266.07º 0.8% 0.6% -
XYZ 9.9 5.16 30.61 -
YUV 60.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 84 31 153 0.45 0.80 0 0.4 266.07 0.66 0.36
Hex 54 1F 99 2D 50 0 28 10A 42 24
Octal 124 37 231 55 120 0 50 412 102 44
Binary 1010100 11111 10011001 101101 1010000 0 101000 100001010 1000010 100100

Color Harmonies of #541F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541F99

Black with #541F99

Text Example


Text Example

White with #541F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,31,153); }

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

background-color css

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

 a { background-color: rgb(84,31,153); }

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

border-color css

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

 span { border-color: rgb(84,31,153); }

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