#442C5A

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

Shades of Jagger #442C5A

Tints of Jagger #442C5A

Color information

#442C5A (or 0x442C5A) is unknown color: approx Jagger. HEX triplet: 44, 2C and 5A. RGB value is (68,44,90). Sum of RGB (Red+Green+Blue) = 68+44+90=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #442C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C5A is #BBD3A5. Grayscale: #383838. Windows color (decimal): -12309414 or 5909572. OLE color: 5909572.

HSL color Cylindrical-coordinate representation of color #442C5A: hue angle of 271.3º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442C5A is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB684490-
CMYK0.240.5100.65
HSL271.3º34.33%26.27%-
HSV(B)271.3º51.11%35.29%-
XYZ5.133.7710.13-
YUV56.42146.95136.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 44 (17.58% from 255) = 21.78%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=33.66%
G=21.78%
B=44.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6844900.240.5100.65271.334.3326.27
Hex442C5A183304110f221a
Octal10454132306301014174232
Binary10001001011001011010110001100110100000110000111110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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