#444A87

Color #444A87 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #444A87

Tints of Jacksons Purple #444A87

Color information

#444A87 (or 0x444A87) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4A and 87. RGB value is (68,74,135). Sum of RGB (Red+Green+Blue) = 68+74+135=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #444A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A87 is #BBB578. Grayscale: #4E4E4E. Windows color (decimal): -12301689 or 8866372. OLE color: 8866372.

HSL color Cylindrical-coordinate representation of color #444A87: hue angle of 234.63º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444A87 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6874135-
CMYK0.500.4500.47
HSL234.63º33%39.8%-
HSV(B)234.63º49.63%52.94%-
XYZ9.217.8823.96-
YUV79.16159.51120.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=24.55%
G=26.71%
B=48.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68741350.500.4500.47234.633339.8
Hex444A87322D02Feb2128
Octal10411220762550573534150
Binary1000100100101010000111110010101101010111111101011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A87; }

 p { color: rgb(68,74,135); }

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

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

 a { background-color: rgb(68,74,135); }

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

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

 span { border-color: rgb(68,74,135); }

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