#444780

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

Shades of Jacksons Purple #444780

Tints of Jacksons Purple #444780

Color information

#444780 (or 0x444780) is unknown color: approx Jacksons Purple. HEX triplet: 44, 47 and 80. RGB value is (68,71,128). Sum of RGB (Red+Green+Blue) = 68+71+128=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #444780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444780 is #BBB87F. Grayscale: #4C4C4C. Windows color (decimal): -12302464 or 8406852. OLE color: 8406852.

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

Color convert

RGB6871128-
CMYK0.470.4500.50
HSL237º30.61%38.43%-
HSV(B)237º46.88%50.2%-
XYZ8.537.2921.38-
YUV76.6157.01121.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=25.47%
G=26.59%
B=47.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68711280.470.4500.5023730.6138.43
Hex4447802F2D032ed1f26
Octal10410720057550623553746
Binary100010010001111000000010111110110101100101110110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444780; }

 p { color: rgb(68,71,128); }

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

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

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

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

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

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

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