#43324E

Color #43324E Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #43324E

Tints of Jagger #43324E

Color information

#43324E (or 0x43324E) is unknown color: approx Jagger. HEX triplet: 43, 32 and 4E. RGB value is (67,50,78). Sum of RGB (Red+Green+Blue) = 67+50+78=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #43324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43324E is #BCCDB1. Grayscale: #3A3A3A. Windows color (decimal): -12373426 or 5124675. OLE color: 5124675.

HSL color Cylindrical-coordinate representation of color #43324E: hue angle of 276.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #43324E is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB675078-
CMYK0.140.3600.69
HSL276.43º21.87%25.1%-
HSV(B)276.43º35.9%30.59%-
XYZ4.834.027.73-
YUV58.27139.13134.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 50 (19.92% from 255) = 25.64%
BLUE value IS 78 (30.86% from 255) = 40%
R=34.36%
G=25.64%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6750780.140.3600.69276.4321.8725.1
Hex43324EE240451141619
Octal10362116164401054242631
Binary100001111001010011101110100100010001011000101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43324E; }

 p { color: rgb(67,50,78); }

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

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

 a { background-color: rgb(67,50,78); }

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

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

 span { border-color: rgb(67,50,78); }

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