#44447C

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

Shades of Jacksons Purple #44447C

Tints of Jacksons Purple #44447C

Color information

#44447C (or 0x44447C) is unknown color: approx Jacksons Purple. HEX triplet: 44, 44 and 7C. RGB value is (68,68,124). Sum of RGB (Red+Green+Blue) = 68+68+124=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #44447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44447C is #BBBB83. Grayscale: #4A4A4A. Windows color (decimal): -12303236 or 8143940. OLE color: 8143940.

HSL color Cylindrical-coordinate representation of color #44447C: hue angle of 240º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44447C is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6868124-
CMYK0.450.4500.51
HSL240º29.17%37.65%-
HSV(B)240º45.16%48.63%-
XYZ8.096.8219.96-
YUV74.38156123.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=26.15%
G=26.15%
B=47.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68681240.450.4500.5124029.1737.65
Hex44447C2D2D033f01d26
Octal10410417455550633603546
Binary10001001000100111110010110110110101100111111000011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44447C; }

 p { color: rgb(68,68,124); }

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

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

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

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

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

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

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