#444081

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

Shades of Jacksons Purple #444081

Tints of Jacksons Purple #444081

Color information

#444081 (or 0x444081) is unknown color: approx Jacksons Purple. HEX triplet: 44, 40 and 81. RGB value is (68,64,129). Sum of RGB (Red+Green+Blue) = 68+64+129=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #444081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444081 is #BBBF7E. Grayscale: #484848. Windows color (decimal): -12304255 or 8470596. OLE color: 8470596.

HSL color Cylindrical-coordinate representation of color #444081: hue angle of 243.69º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444081 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6864129-
CMYK0.470.5000.49
HSL243.69º33.68%37.84%-
HSV(B)243.69º50.39%50.59%-
XYZ8.186.4821.59-
YUV72.61159.83124.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 129 (50.78% from 255) = 49.43%
R=26.05%
G=24.52%
B=49.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68641290.470.5000.49243.6933.6837.84
Hex4440812F32031f42226
Octal10410020157620613644246
Binary1000100100000010000001101111110010011000111110100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444081; }

 p { color: rgb(68,64,129); }

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

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

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

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

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

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

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