#444B82

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

Shades of Jacksons Purple #444B82

Tints of Jacksons Purple #444B82

Color information

#444B82 (or 0x444B82) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4B and 82. RGB value is (68,75,130). Sum of RGB (Red+Green+Blue) = 68+75+130=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #444B82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B82 is #BBB47D. Grayscale: #4E4E4E. Windows color (decimal): -12301438 or 8538948. OLE color: 8538948.

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

Color convert

RGB6875130-
CMYK0.480.4200.49
HSL233.23º31.31%38.82%-
HSV(B)233.23º47.69%50.98%-
XYZ8.937.8722.17-
YUV79.18156.68120.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 130 (51.17% from 255) = 47.62%
R=24.91%
G=27.47%
B=47.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68751300.480.4200.49233.2331.3138.82
Hex444B82302A031e91f27
Octal10411320260520613513747
Binary100010010010111000001011000010101001100011110100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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