#442C55

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

Shades of Jagger #442C55

Tints of Jagger #442C55

Color information

#442C55 (or 0x442C55) is unknown color: approx Jagger. HEX triplet: 44, 2C and 55. RGB value is (68,44,85). Sum of RGB (Red+Green+Blue) = 68+44+85=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #442C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C55 is #BBD3AA. Grayscale: #373737. Windows color (decimal): -12309419 or 5581892. OLE color: 5581892.

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

Color convert

RGB684485-
CMYK0.200.4800.67
HSL275.12º31.78%25.29%-
HSV(B)275.12º48.24%33.33%-
XYZ4.923.699.05-
YUV55.85144.45136.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=34.52%
G=22.34%
B=43.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6844850.200.4800.67275.1231.7825.29
Hex442C5514300431132019
Octal10454125246001034234031
Binary10001001011001010101101001100000100001110001001110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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