#444782

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

Shades of Jacksons Purple #444782

Tints of Jacksons Purple #444782

Color information

#444782 (or 0x444782) is unknown color: approx Jacksons Purple. HEX triplet: 44, 47 and 82. RGB value is (68,71,130). Sum of RGB (Red+Green+Blue) = 68+71+130=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #444782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444782 is #BBB87D. Grayscale: #4C4C4C. Windows color (decimal): -12302462 or 8537924. OLE color: 8537924.

HSL color Cylindrical-coordinate representation of color #444782: hue angle of 237.1º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #444782 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6871130-
CMYK0.480.4500.49
HSL237.1º31.31%38.82%-
HSV(B)237.1º47.69%50.98%-
XYZ8.677.3522.08-
YUV76.83158.01121.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=25.28%
G=26.39%
B=48.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68711300.480.4500.49237.131.3138.82
Hex444782302D031ed1f27
Octal10410720260550613553747
Binary100010010001111000001011000010110101100011110110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444782; }

 p { color: rgb(68,71,130); }

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

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

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

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

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

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

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