Html Css Color HEX #541E8A Kingfisher Daisy

📋 copy color: '#541E8A'

red 84 ◦ green 30 ◦ blue 138

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

Shades of Kingfisher Daisy #541E8A

Tints of Kingfisher Daisy #541E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.76%

R = 33.33%
G = 11.9%
B = 54.76%

CMYK

 C value IS 0.39

 M value IS 0.78

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#541E8A (or 0x541E8A) is known color: Kingfisher Daisy. HEX triplet: 54, 1E and 8A. RGB value is (84,30,138). Sum of RGB (Red+Green+Blue) = 84+30+138=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #541E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541E8A is #ABE175. Grayscale: #3A3A3A. Windows color (decimal): -11264374 or 9051732. OLE color: 9051732.

HSL color Cylindrical-coordinate representation of color #541E8A: hue angle of 270º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #541E8A is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 30 138 -
CMYK 0.39 0.78 0 0.46
HSL 270º 0.64% 0.33% -
HSV(B) 270º 0.78% 0.54% -
XYZ 8.71 4.65 24.48 -
YUV 58.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 84 30 138 0.39 0.78 0 0.46 270 0.64 0.33
Hex 54 1E 8A 27 4E 0 2E 10E 40 21
Octal 124 36 212 47 116 0 56 416 100 41
Binary 1010100 11110 10001010 100111 1001110 0 101110 100001110 1000000 100001

Color Harmonies of #541E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541E8A

Black with #541E8A

Text Example


Text Example

White with #541E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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