#444980

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

Shades of Jacksons Purple #444980

Tints of Jacksons Purple #444980

Color information

#444980 (or 0x444980) is unknown color: approx Jacksons Purple. HEX triplet: 44, 49 and 80. RGB value is (68,73,128). Sum of RGB (Red+Green+Blue) = 68+73+128=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #444980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444980 is #BBB67F. Grayscale: #4D4D4D. Windows color (decimal): -12301952 or 8407364. OLE color: 8407364.

HSL color Cylindrical-coordinate representation of color #444980: hue angle of 235º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #444980 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6873128-
CMYK0.470.4300.50
HSL235º30.61%38.43%-
HSV(B)235º46.88%50.2%-
XYZ8.667.5521.42-
YUV77.78156.34121.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=25.28%
G=27.14%
B=47.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68731280.470.4300.5023530.6138.43
Hex4449802F2B032eb1f26
Octal10411120057530623533746
Binary100010010010011000000010111110101101100101110101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444980; }

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

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

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

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

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

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

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

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