#44447A

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

Shades of Jacksons Purple #44447A

Tints of Jacksons Purple #44447A

Color information

#44447A (or 0x44447A) is unknown color: approx Jacksons Purple. HEX triplet: 44, 44 and 7A. RGB value is (68,68,122). Sum of RGB (Red+Green+Blue) = 68+68+122=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #44447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44447A is #BBBB85. Grayscale: #494949. Windows color (decimal): -12303238 or 8012868. OLE color: 8012868.

HSL color Cylindrical-coordinate representation of color #44447A: hue angle of 240º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44447A is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6868122-
CMYK0.440.4400.52
HSL240º28.42%37.25%-
HSV(B)240º44.26%47.84%-
XYZ7.966.7719.3-
YUV74.16155123.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.36%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=26.36%
G=26.36%
B=47.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68681220.440.4400.5224028.4237.25
Hex44447A2C2C034f01c25
Octal10410417254540643603445
Binary10001001000100111101010110010110001101001111000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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