#444988

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

Shades of Jacksons Purple #444988

Tints of Jacksons Purple #444988

Color information

#444988 (or 0x444988) is unknown color: approx Jacksons Purple. HEX triplet: 44, 49 and 88. RGB value is (68,73,136). Sum of RGB (Red+Green+Blue) = 68+73+136=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #444988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444988 is #BBB677. Grayscale: #4E4E4E. Windows color (decimal): -12301944 or 8931652. OLE color: 8931652.

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

Color convert

RGB6873136-
CMYK0.500.4600.47
HSL235.59º33.33%40%-
HSV(B)235.59º50%53.33%-
XYZ9.217.7724.31-
YUV78.69160.34120.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.55%
GREEN value IS 73 (28.91% from 255) = 26.35%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=24.55%
G=26.35%
B=49.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68731360.500.4600.47235.5933.3340
Hex444988322E02Fec2128
Octal10411121062560573544150
Binary1000100100100110001000110010101110010111111101100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444988; }

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

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

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

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

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

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

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

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