#444982

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

Shades of Jacksons Purple #444982

Tints of Jacksons Purple #444982

Color information

#444982 (or 0x444982) is unknown color: approx Jacksons Purple. HEX triplet: 44, 49 and 82. RGB value is (68,73,130). Sum of RGB (Red+Green+Blue) = 68+73+130=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #444982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444982 is #BBB67D. Grayscale: #4D4D4D. Windows color (decimal): -12301950 or 8538436. OLE color: 8538436.

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

Color convert

RGB6873130-
CMYK0.480.4400.49
HSL235.16º31.31%38.82%-
HSV(B)235.16º47.69%50.98%-
XYZ8.87.6122.12-
YUV78157.34120.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 130 (51.17% from 255) = 47.97%
R=25.09%
G=26.94%
B=47.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68731300.480.4400.49235.1631.3138.82
Hex444982302C031eb1f27
Octal10411120260540613533747
Binary100010010010011000001011000010110001100011110101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444982; }

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

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

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

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

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

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

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

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