#443059

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

Shades of Jagger #443059

Tints of Jagger #443059

Color information

#443059 (or 0x443059) is unknown color: approx Jagger. HEX triplet: 44, 30 and 59. RGB value is (68,48,89). Sum of RGB (Red+Green+Blue) = 68+48+89=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 48 (19.14% from 255 or 23.41% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #443059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443059 is #BBCFA6. Grayscale: #3A3A3A. Windows color (decimal): -12308391 or 5845060. OLE color: 5845060.

HSL color Cylindrical-coordinate representation of color #443059: hue angle of 269.27º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #443059 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB684889-
CMYK0.240.4600.65
HSL269.27º29.93%26.86%-
HSV(B)269.27º46.07%34.9%-
XYZ5.244.069.96-
YUV58.65145.13134.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 48 (19.14% from 255) = 23.41%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=33.17%
G=23.41%
B=43.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6848890.240.4600.65269.2729.9326.86
Hex443059182E04110d1e1b
Octal10460131305601014153633
Binary1000100110000101100111000101110010000011000011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443059; }

 p { color: rgb(68,48,89); }

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

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

 a { background-color: rgb(68,48,89); }

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

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

 span { border-color: rgb(68,48,89); }

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