#444C81

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

Shades of Jacksons Purple #444C81

Tints of Jacksons Purple #444C81

Color information

#444C81 (or 0x444C81) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4C and 81. RGB value is (68,76,129). Sum of RGB (Red+Green+Blue) = 68+76+129=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #444C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444C81 is #BBB37E. Grayscale: #4F4F4F. Windows color (decimal): -12301183 or 8473668. OLE color: 8473668.

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

Color convert

RGB6876129-
CMYK0.470.4100.49
HSL232.13º30.96%38.63%-
HSV(B)232.13º47.29%50.59%-
XYZ8.937.9821.84-
YUV79.65155.85119.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=24.91%
G=27.84%
B=47.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68761290.470.4100.49232.1330.9638.63
Hex444C812F29031e81f27
Octal10411420157510613503747
Binary100010010011001000000110111110100101100011110100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444C81; }

 p { color: rgb(68,76,129); }

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

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

 a { background-color: rgb(68,76,129); }

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

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

 span { border-color: rgb(68,76,129); }

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