#44467D

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

Shades of Jacksons Purple #44467D

Tints of Jacksons Purple #44467D

Color information

#44467D (or 0x44467D) is unknown color: approx Jacksons Purple. HEX triplet: 44, 46 and 7D. RGB value is (68,70,125). Sum of RGB (Red+Green+Blue) = 68+70+125=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #44467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44467D is #BBB982. Grayscale: #4B4B4B. Windows color (decimal): -12302723 or 8209988. OLE color: 8209988.

HSL color Cylindrical-coordinate representation of color #44467D: hue angle of 237.89º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44467D is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6870125-
CMYK0.460.4400.51
HSL237.89º29.53%37.84%-
HSV(B)237.89º45.6%49.02%-
XYZ8.287.0920.33-
YUV75.67155.84122.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=25.86%
G=26.62%
B=47.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68701250.460.4400.51237.8929.5337.84
Hex44467D2E2C033ee1e26
Octal10410617556540633563646
Binary10001001000110111110110111010110001100111110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44467D; }

 p { color: rgb(68,70,125); }

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

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

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

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

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

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

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