Html Css Color HEX #542295 Kingfisher Daisy

📋 copy color: '#542295'

red 84 ◦ green 34 ◦ blue 149

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

Shades of Kingfisher Daisy #542295

Tints of Kingfisher Daisy #542295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.73%

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 31.46%
G = 12.73%
B = 55.81%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#542295 (or 0x542295) is known color: Kingfisher Daisy. HEX triplet: 54, 22 and 95. RGB value is (84,34,149). Sum of RGB (Red+Green+Blue) = 84+34+149=267 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.46% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #542295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542295 is #ABDD6A. Grayscale: #3D3D3D. Windows color (decimal): -11263339 or 9773652. OLE color: 9773652.

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

Color convert

RGB 84 34 149 -
CMYK 0.44 0.77 0 0.42
HSL 266.09º 0.63% 0.36% -
HSV(B) 266.09º 0.77% 0.58% -
XYZ 9.65 5.2 28.93 -
YUV 62.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 84 34 149 0.44 0.77 0 0.42 266.09 0.63 0.36
Hex 54 22 95 2C 4D 0 2A 10A 3F 24
Octal 124 42 225 54 115 0 52 412 77 44
Binary 1010100 100010 10010101 101100 1001101 0 101010 100001010 111111 100100

Color Harmonies of #542295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542295

Black with #542295

Text Example


Text Example

White with #542295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542295; }

 p { color: rgb(84,34,149); }

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

background-color css

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

 a { background-color: rgb(84,34,149); }

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

border-color css

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

 span { border-color: rgb(84,34,149); }

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