Html Css Color HEX #542493 Kingfisher Daisy

📋 copy color: '#542493'

red 84 ◦ green 36 ◦ blue 147

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

Shades of Kingfisher Daisy #542493

Tints of Kingfisher Daisy #542493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.48%

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 31.46%
G = 13.48%
B = 55.06%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#542493 (or 0x542493) is known color: Kingfisher Daisy. HEX triplet: 54, 24 and 93. RGB value is (84,36,147). Sum of RGB (Red+Green+Blue) = 84+36+147=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #542493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542493 is #ABDB6C. Grayscale: #3E3E3E. Windows color (decimal): -11262829 or 9643092. OLE color: 9643092.

HSL color Cylindrical-coordinate representation of color #542493: hue angle of 265.95º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #542493 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 36 147 -
CMYK 0.43 0.76 0 0.42
HSL 265.95º 0.61% 0.36% -
HSV(B) 265.95º 0.76% 0.58% -
XYZ 9.55 5.25 28.11 -
YUV 63.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 84 36 147 0.43 0.76 0 0.42 265.95 0.61 0.36
Hex 54 24 93 2B 4C 0 2A 10A 3D 24
Octal 124 44 223 53 114 0 52 412 75 44
Binary 1010100 100100 10010011 101011 1001100 0 101010 100001010 111101 100100

Color Harmonies of #542493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542493

Black with #542493

Text Example


Text Example

White with #542493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542493; }

 p { color: rgb(84,36,147); }

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

background-color css

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

 a { background-color: rgb(84,36,147); }

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

border-color css

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

 span { border-color: rgb(84,36,147); }

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