#444685

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

Shades of Jacksons Purple #444685

Tints of Jacksons Purple #444685

Color information

#444685 (or 0x444685) is unknown color: approx Jacksons Purple. HEX triplet: 44, 46 and 85. RGB value is (68,70,133). Sum of RGB (Red+Green+Blue) = 68+70+133=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #444685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444685 is #BBB97A. Grayscale: #4C4C4C. Windows color (decimal): -12302715 or 8734276. OLE color: 8734276.

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

Color convert

RGB6870133-
CMYK0.490.4700.48
HSL238.15º32.34%39.41%-
HSV(B)238.15º48.87%52.16%-
XYZ8.817.323.14-
YUV76.58159.84121.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 133 (52.34% from 255) = 49.08%
R=25.09%
G=25.83%
B=49.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68701330.490.4700.48238.1532.3439.41
Hex444685312F030ee2027
Octal10410620561570603564047
Binary1000100100011010000101110001101111011000011101110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444685; }

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

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

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

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

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

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

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

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