#444485

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

Shades of Jacksons Purple #444485

Tints of Jacksons Purple #444485

Color information

#444485 (or 0x444485) is unknown color: approx Jacksons Purple. HEX triplet: 44, 44 and 85. RGB value is (68,68,133). Sum of RGB (Red+Green+Blue) = 68+68+133=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #444485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444485 is #BBBB7A. Grayscale: #4B4B4B. Windows color (decimal): -12303227 or 8733764. OLE color: 8733764.

HSL color Cylindrical-coordinate representation of color #444485: hue angle of 240º 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 #444485 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6868133-
CMYK0.490.4900.48
HSL240º32.34%39.41%-
HSV(B)240º48.87%52.16%-
XYZ8.687.0623.09-
YUV75.41160.5122.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 133 (52.34% from 255) = 49.44%
R=25.28%
G=25.28%
B=49.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68681330.490.4900.4824032.3439.41
Hex4444853131030f02027
Octal10410420561610603604047
Binary1000100100010010000101110001110001011000011110000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444485; }

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

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

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

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

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

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

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

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