#444C83

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

Shades of Jacksons Purple #444C83

Tints of Jacksons Purple #444C83

Color information

#444C83 (or 0x444C83) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4C and 83. RGB value is (68,76,131). Sum of RGB (Red+Green+Blue) = 68+76+131=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #444C83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444C83 is #BBB37C. Grayscale: #4F4F4F. Windows color (decimal): -12301181 or 8604740. OLE color: 8604740.

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

Color convert

RGB6876131-
CMYK0.480.4200.49
HSL232.38º31.66%39.02%-
HSV(B)232.38º48.09%51.37%-
XYZ9.078.0422.55-
YUV79.88156.85119.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 76 (30.08% from 255) = 27.64%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=24.73%
G=27.64%
B=47.64%

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
Decimal68761310.480.4200.49232.3831.6639.02
Hex444C83302A031e82027
Octal10411420360520613504047
Binary1000100100110010000011110000101010011000111101000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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