#444B87

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

Shades of Jacksons Purple #444B87

Tints of Jacksons Purple #444B87

Color information

#444B87 (or 0x444B87) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4B and 87. RGB value is (68,75,135). Sum of RGB (Red+Green+Blue) = 68+75+135=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #444B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B87 is #BBB478. Grayscale: #4F4F4F. Windows color (decimal): -12301433 or 8866628. OLE color: 8866628.

HSL color Cylindrical-coordinate representation of color #444B87: hue angle of 233.73º 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 #444B87 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6875135-
CMYK0.500.4400.47
HSL233.73º33%39.8%-
HSV(B)233.73º49.63%52.94%-
XYZ9.278.0123.98-
YUV79.75159.18119.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=24.46%
G=26.98%
B=48.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68751350.500.4400.47233.733339.8
Hex444B87322C02Fea2128
Octal10411320762540573524150
Binary1000100100101110000111110010101100010111111101010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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