#322C81

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

Shades of Jacksons Purple #322C81

Tints of Jacksons Purple #322C81

Color information

#322C81 (or 0x322C81) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2C and 81. RGB value is (50,44,129). Sum of RGB (Red+Green+Blue) = 50+44+129=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 129 (50.78% from 255 or 57.85% from 223); Max value from RGB is 129 - color contains mainly: blue. Hex color #322C81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C81 is #CDD37E. Grayscale: #373737. Windows color (decimal): -13489023 or 8465458. OLE color: 8465458.

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

Color convert

RGB5044129-
CMYK0.610.6600.49
HSL244.24º49.13%33.92%-
HSV(B)244.24º65.89%50.59%-
XYZ6.184.0621.23-
YUV55.48169.49124.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 129 (50.78% from 255) = 57.85%
R=22.42%
G=19.73%
B=57.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50441290.610.6600.49244.2449.1333.92
Hex322C813D42031f43122
Octal6254201751020613646142
Binary110010101100100000011111011000010011000111110100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,44,129); }

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

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

 a { background-color: rgb(50,44,129); }

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

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

 span { border-color: rgb(50,44,129); }

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