#444B81

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

Shades of Jacksons Purple #444B81

Tints of Jacksons Purple #444B81

Color information

#444B81 (or 0x444B81) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4B and 81. RGB value is (68,75,129). Sum of RGB (Red+Green+Blue) = 68+75+129=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #444B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B81 is #BBB47E. Grayscale: #4E4E4E. Windows color (decimal): -12301439 or 8473412. OLE color: 8473412.

HSL color Cylindrical-coordinate representation of color #444B81: hue angle of 233.11º 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 #444B81 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6875129-
CMYK0.470.4200.49
HSL233.11º30.96%38.63%-
HSV(B)233.11º47.29%50.59%-
XYZ8.867.8521.82-
YUV79.06156.18120.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=25%
G=27.57%
B=47.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68751290.470.4200.49233.1130.9638.63
Hex444B812F2A031e91f27
Octal10411320157520613513747
Binary100010010010111000000110111110101001100011110100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444B81; }

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

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

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

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

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

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

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

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