#442F55

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

Shades of Jagger #442F55

Tints of Jagger #442F55

Color information

#442F55 (or 0x442F55) is unknown color: approx Jagger. HEX triplet: 44, 2F and 55. RGB value is (68,47,85). Sum of RGB (Red+Green+Blue) = 68+47+85=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #442F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442F55 is #BBD0AA. Grayscale: #393939. Windows color (decimal): -12308651 or 5582660. OLE color: 5582660.

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

Color convert

RGB684785-
CMYK0.200.4500.67
HSL273.16º28.79%25.88%-
HSV(B)273.16º44.71%33.33%-
XYZ5.043.929.08-
YUV57.61143.46135.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=34%
G=23.5%
B=42.5%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6847850.200.4500.67273.1628.7925.88
Hex442F55142D0431111d1a
Octal10457125245501034213532
Binary1000100101111101010110100101101010000111000100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442F55; }

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

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

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

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

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

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

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

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