#44427A

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

Shades of Jacksons Purple #44427A

Tints of Jacksons Purple #44427A

Color information

#44427A (or 0x44427A) is unknown color: approx Jacksons Purple. HEX triplet: 44, 42 and 7A. RGB value is (68,66,122). Sum of RGB (Red+Green+Blue) = 68+66+122=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #44427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44427A is #BBBD85. Grayscale: #484848. Windows color (decimal): -12303750 or 8012356. OLE color: 8012356.

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

Color convert

RGB6866122-
CMYK0.440.4600.52
HSL242.14º29.79%36.86%-
HSV(B)242.14º45.9%47.84%-
XYZ7.846.5319.26-
YUV72.98155.66124.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=26.56%
G=25.78%
B=47.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68661220.440.4600.52242.1429.7936.86
Hex44427A2C2E034f21e25
Octal10410217254560643623645
Binary10001001000010111101010110010111001101001111001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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