#443157

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

Shades of Jagger #443157

Tints of Jagger #443157

Color information

#443157 (or 0x443157) is unknown color: approx Jagger. HEX triplet: 44, 31 and 57. RGB value is (68,49,87). Sum of RGB (Red+Green+Blue) = 68+49+87=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #443157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443157 is #BBCEA8. Grayscale: #3A3A3A. Windows color (decimal): -12308137 or 5714244. OLE color: 5714244.

HSL color Cylindrical-coordinate representation of color #443157: hue angle of 270º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #443157 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB684987-
CMYK0.220.4400.66
HSL270º27.94%26.67%-
HSV(B)270º43.68%34.12%-
XYZ5.24.119.54-
YUV59.01143.79134.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 24.02%
BLUE value IS 87 (34.38% from 255) = 42.65%
R=33.33%
G=24.02%
B=42.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6849870.220.4400.6627027.9426.67
Hex443157162C04210e1c1b
Octal10461127265401024163433
Binary1000100110001101011110110101100010000101000011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443157; }

 p { color: rgb(68,49,87); }

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

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

 a { background-color: rgb(68,49,87); }

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

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

 span { border-color: rgb(68,49,87); }

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