#444784

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

Shades of Jacksons Purple #444784

Tints of Jacksons Purple #444784

Color information

#444784 (or 0x444784) is unknown color: approx Jacksons Purple. HEX triplet: 44, 47 and 84. RGB value is (68,71,132). Sum of RGB (Red+Green+Blue) = 68+71+132=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #444784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444784 is #BBB87B. Grayscale: #4C4C4C. Windows color (decimal): -12302460 or 8668996. OLE color: 8668996.

HSL color Cylindrical-coordinate representation of color #444784: hue angle of 237.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #444784 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6871132-
CMYK0.480.4600.48
HSL237.19º32%39.22%-
HSV(B)237.19º48.48%51.76%-
XYZ8.87.422.79-
YUV77.06159.01121.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=25.09%
G=26.20%
B=48.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68711320.480.4600.48237.193239.22
Hex444784302E030ed2027
Octal10410720460560603554047
Binary1000100100011110000100110000101110011000011101101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444784; }

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

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

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

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

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

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

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

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