#444781

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

Shades of Jacksons Purple #444781

Tints of Jacksons Purple #444781

Color information

#444781 (or 0x444781) is unknown color: approx Jacksons Purple. HEX triplet: 44, 47 and 81. RGB value is (68,71,129). Sum of RGB (Red+Green+Blue) = 68+71+129=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #444781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444781 is #BBB87E. Grayscale: #4C4C4C. Windows color (decimal): -12302463 or 8472388. OLE color: 8472388.

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

Color convert

RGB6871129-
CMYK0.470.4500.49
HSL237.05º30.96%38.63%-
HSV(B)237.05º47.29%50.59%-
XYZ8.67.3221.73-
YUV76.72157.51121.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 129 (50.78% from 255) = 48.13%
R=25.37%
G=26.49%
B=48.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68711290.470.4500.49237.0530.9638.63
Hex4447812F2D031ed1f27
Octal10410720157550613553747
Binary100010010001111000000110111110110101100011110110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444781; }

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

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

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

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

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

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

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

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