#444080

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

Shades of Jacksons Purple #444080

Tints of Jacksons Purple #444080

Color information

#444080 (or 0x444080) is unknown color: approx Jacksons Purple. HEX triplet: 44, 40 and 80. RGB value is (68,64,128). Sum of RGB (Red+Green+Blue) = 68+64+128=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #444080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444080 is #BBBF7F. Grayscale: #484848. Windows color (decimal): -12304256 or 8405060. OLE color: 8405060.

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

Color convert

RGB6864128-
CMYK0.470.500.50
HSL243.75º33.33%37.65%-
HSV(B)243.75º50%50.2%-
XYZ8.116.4521.24-
YUV72.49159.33124.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 128 (50.39% from 255) = 49.23%
R=26.15%
G=24.62%
B=49.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68641280.470.500.50243.7533.3337.65
Hex4440802F32032f42126
Octal10410020057620623644146
Binary1000100100000010000000101111110010011001011110100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444080; }

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

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

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

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

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

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

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

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