#444A85

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

Shades of Jacksons Purple #444A85

Tints of Jacksons Purple #444A85

Color information

#444A85 (or 0x444A85) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4A and 85. RGB value is (68,74,133). Sum of RGB (Red+Green+Blue) = 68+74+133=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #444A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A85 is #BBB57A. Grayscale: #4E4E4E. Windows color (decimal): -12301691 or 8735300. OLE color: 8735300.

HSL color Cylindrical-coordinate representation of color #444A85: hue angle of 234.46º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #444A85 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6874133-
CMYK0.490.4400.48
HSL234.46º32.34%39.41%-
HSV(B)234.46º48.87%52.16%-
XYZ9.077.8223.22-
YUV78.93158.51120.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 74 (29.30% from 255) = 26.91%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=24.73%
G=26.91%
B=48.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68741330.490.4400.48234.4632.3439.41
Hex444A85312C030ea2027
Octal10411220561540603524047
Binary1000100100101010000101110001101100011000011101010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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