#444881

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

Shades of Jacksons Purple #444881

Tints of Jacksons Purple #444881

Color information

#444881 (or 0x444881) is unknown color: approx Jacksons Purple. HEX triplet: 44, 48 and 81. RGB value is (68,72,129). Sum of RGB (Red+Green+Blue) = 68+72+129=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #444881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444881 is #BBB77E. Grayscale: #4D4D4D. Windows color (decimal): -12302207 or 8472644. OLE color: 8472644.

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

Color convert

RGB6872129-
CMYK0.470.4400.49
HSL236.07º30.96%38.63%-
HSV(B)236.07º47.29%50.59%-
XYZ8.667.4521.75-
YUV77.3157.17121.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 72 (28.52% from 255) = 26.77%
BLUE value IS 129 (50.78% from 255) = 47.96%
R=25.28%
G=26.77%
B=47.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68721290.470.4400.49236.0730.9638.63
Hex4448812F2C031ec1f27
Octal10411020157540613543747
Binary100010010010001000000110111110110001100011110110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444881; }

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

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

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

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

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

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

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

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