#543FB2

Color #543FB2 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #543FB2

Tints of Rich Blue #543FB2

Color information

#543FB2 (or 0x543FB2) is unknown color: approx Rich Blue. HEX triplet: 54, 3F and B2. RGB value is (84,63,178). Sum of RGB (Red+Green+Blue) = 84+63+178=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 178 (69.92% from 255 or 54.77% from 325); Max value from RGB is 178 - color contains mainly: blue. Hex color #543FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #543FB2 is #ABC04D. Grayscale: #515151. Windows color (decimal): -11255886 or 11681620. OLE color: 11681620.

HSL color Cylindrical-coordinate representation of color #543FB2: hue angle of 250.96º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #543FB2 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8463178-
CMYK0.530.6500.30
HSL250.96º47.72%47.25%-
HSV(B)250.96º64.61%69.8%-
XYZ13.478.6543.08-
YUV82.39181.96129.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 178 (69.92% from 255) = 54.77%
R=25.85%
G=19.38%
B=54.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84631780.530.6500.30250.9647.7247.25
Hex543FB2354101Efb302f
Octal12477262651010363736057
Binary101010011111110110010110101100000101111011111011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,63,178); }

 H1.HeaderClassName
 {
   color: #543FB2;
 }
 .AnyTagClassName
 {
   color: #543FB2;
 }
</style>
background-color css

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

 a { background-color: rgb(84,63,178); }

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

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

 span { border-color: rgb(84,63,178); }

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