Html Css Color HEX #541B83 Kingfisher Daisy

📋 copy color: '#541B83'

red 84 ◦ green 27 ◦ blue 131

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

Shades of Kingfisher Daisy #541B83

Tints of Kingfisher Daisy #541B83

RGB

 RED value IS 84 (33.2% 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 value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#541B83 (or 0x541B83) is known color: 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

RGB 84 27 131 -
CMYK 0.36 0.79 0 0.49
HSL 272.88º 0.66% 0.31% -
HSV(B) 272.88º 0.79% 0.51% -
XYZ 8.14 4.31 21.87 -
YUV 55.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 84 27 131 0.36 0.79 0 0.49 272.88 0.66 0.31
Hex 54 1B 83 24 4F 0 31 111 42 1F
Octal 124 33 203 44 117 0 61 421 102 37
Binary 1010100 11011 10000011 100100 1001111 0 110001 100010001 1000010 11111

Color Harmonies of #541B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541B83

Black with #541B83

Text Example


Text Example

White with #541B83

Text Example


Text Example

HTML Codes & Css Web 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>