Html Css Color HEX #543EA1 Blue Gem

📋 copy color: '#543EA1'

red 84 ◦ green 62 ◦ blue 161

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

Shades of Blue Gem #543EA1

Tints of Blue Gem #543EA1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

 BLUE value IS 161 (63.28% from 255) = 52.44%

R = 27.36%
G = 20.2%
B = 52.44%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#543EA1 (or 0x543EA1) is known color: Blue Gem. HEX triplet: 54, 3E and A1. RGB value is (84,62,161). Sum of RGB (Red+Green+Blue) = 84+62+161=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 161 (63.28% from 255 or 52.44% from 307); Max value from RGB is 161 - color contains mainly: blue. Hex color #543EA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543EA1 is #ABC15E. Grayscale: #4F4F4F. Windows color (decimal): -11256159 or 10567252. OLE color: 10567252.

HSL color Cylindrical-coordinate representation of color #543EA1: hue angle of 253.33º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #543EA1 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 62 161 -
CMYK 0.48 0.61 0 0.37
HSL 253.33º 0.44% 0.44% -
HSV(B) 253.33º 0.61% 0.63% -
XYZ 11.81 7.9 34.62 -
YUV 79.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 84 62 161 0.48 0.61 0 0.37 253.33 0.44 0.44
Hex 54 3E A1 30 3D 0 25 FD 2C 2C
Octal 124 76 241 60 75 0 45 375 54 54
Binary 1010100 111110 10100001 110000 111101 0 100101 11111101 101100 101100

Color Harmonies of #543EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543EA1

Black with #543EA1

Text Example


Text Example

White with #543EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543EA1; }

 p { color: rgb(84,62,161); }

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

background-color css

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

 a { background-color: rgb(84,62,161); }

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

border-color css

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

 span { border-color: rgb(84,62,161); }

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