#322B80

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

Shades of Jacksons Purple #322B80

Tints of Jacksons Purple #322B80

Color information

#322B80 (or 0x322B80) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2B and 80. RGB value is (50,43,128). Sum of RGB (Red+Green+Blue) = 50+43+128=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #322B80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322B80 is #CDD47F. Grayscale: #363636. Windows color (decimal): -13489280 or 8399666. OLE color: 8399666.

HSL color Cylindrical-coordinate representation of color #322B80: hue angle of 244.94º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322B80 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5043128-
CMYK0.610.6600.50
HSL244.94º49.71%33.53%-
HSV(B)244.94º66.41%50.2%-
XYZ6.083.9620.87-
YUV54.78169.32124.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 128 (50.39% from 255) = 57.92%
R=22.62%
G=19.46%
B=57.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50431280.610.6600.50244.9449.7133.53
Hex322B803D42032f53222
Octal6253200751020623656242
Binary110010101011100000001111011000010011001011110101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322B80; }

 p { color: rgb(50,43,128); }

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

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

 a { background-color: rgb(50,43,128); }

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

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

 span { border-color: rgb(50,43,128); }

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