Html Css Color HEX #542381 Kingfisher Daisy

📋 copy color: '#542381'

red 84 ◦ green 35 ◦ blue 129

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

Shades of Kingfisher Daisy #542381

Tints of Kingfisher Daisy #542381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.11%

 BLUE value IS 129 (50.78% from 255) = 52.02%

R = 33.87%
G = 14.11%
B = 52.02%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#542381 (or 0x542381) is known color: Kingfisher Daisy. HEX triplet: 54, 23 and 81. RGB value is (84,35,129). Sum of RGB (Red+Green+Blue) = 84+35+129=248 (32% of max value = 765). Red value is 84 (33.20% from 255 or 33.87% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #542381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542381 is #ABDC7E. Grayscale: #3C3C3C. Windows color (decimal): -11263103 or 8463188. OLE color: 8463188.

HSL color Cylindrical-coordinate representation of color #542381: hue angle of 271.28º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542381 is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 35 129 -
CMYK 0.35 0.73 0 0.49
HSL 271.28º 0.57% 0.32% -
HSV(B) 271.28º 0.73% 0.51% -
XYZ 8.22 4.67 21.24 -
YUV 60.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 84 35 129 0.35 0.73 0 0.49 271.28 0.57 0.32
Hex 54 23 81 23 49 0 31 10F 39 20
Octal 124 43 201 43 111 0 61 417 71 40
Binary 1010100 100011 10000001 100011 1001001 0 110001 100001111 111001 100000

Color Harmonies of #542381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542381

Black with #542381

Text Example


Text Example

White with #542381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542381; }

 p { color: rgb(84,35,129); }

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

background-color css

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

 a { background-color: rgb(84,35,129); }

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

border-color css

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

 span { border-color: rgb(84,35,129); }

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