#443055

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

Shades of Jagger #443055

Tints of Jagger #443055

Color information

#443055 (or 0x443055) is unknown color: approx Jagger. HEX triplet: 44, 30 and 55. RGB value is (68,48,85). Sum of RGB (Red+Green+Blue) = 68+48+85=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #443055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443055 is #BBCFAA. Grayscale: #3A3A3A. Windows color (decimal): -12308395 or 5582916. OLE color: 5582916.

HSL color Cylindrical-coordinate representation of color #443055: hue angle of 272.43º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #443055 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB684885-
CMYK0.200.4400.67
HSL272.43º27.82%26.08%-
HSV(B)272.43º43.53%33.33%-
XYZ5.0849.1-
YUV58.2143.13134.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=33.83%
G=23.88%
B=42.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6848850.200.4400.67272.4327.8226.08
Hex443055142C0431101c1a
Octal10460125245401034203432
Binary1000100110000101010110100101100010000111000100001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443055; }

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

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

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

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

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

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

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

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