#444683

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

Shades of Jacksons Purple #444683

Tints of Jacksons Purple #444683

Color information

#444683 (or 0x444683) is unknown color: approx Jacksons Purple. HEX triplet: 44, 46 and 83. RGB value is (68,70,131). Sum of RGB (Red+Green+Blue) = 68+70+131=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #444683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444683 is #BBB97C. Grayscale: #4C4C4C. Windows color (decimal): -12302717 or 8603204. OLE color: 8603204.

HSL color Cylindrical-coordinate representation of color #444683: hue angle of 238.1º degrees, saturation: 0.32, 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 #444683 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6870131-
CMYK0.480.4700.49
HSL238.1º31.66%39.02%-
HSV(B)238.1º48.09%51.37%-
XYZ8.677.2522.41-
YUV76.36158.84122.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 70 (27.73% from 255) = 26.02%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=25.28%
G=26.02%
B=48.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68701310.480.4700.49238.131.6639.02
Hex444683302F031ee2027
Octal10410620360570613564047
Binary1000100100011010000011110000101111011000111101110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444683; }

 p { color: rgb(68,70,131); }

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

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

 a { background-color: rgb(68,70,131); }

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

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

 span { border-color: rgb(68,70,131); }

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