#322C87

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

Shades of Jacksons Purple #322C87

Tints of Jacksons Purple #322C87

Color information

#322C87 (or 0x322C87) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2C and 87. RGB value is (50,44,135). Sum of RGB (Red+Green+Blue) = 50+44+135=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 135 (53.12% from 255 or 58.95% from 229); Max value from RGB is 135 - color contains mainly: blue. Hex color #322C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C87 is #CDD378. Grayscale: #373737. Windows color (decimal): -13489017 or 8858674. OLE color: 8858674.

HSL color Cylindrical-coordinate representation of color #322C87: hue angle of 243.96º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322C87 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5044135-
CMYK0.630.6700.47
HSL243.96º50.84%35.1%-
HSV(B)243.96º67.41%52.94%-
XYZ6.594.2323.39-
YUV56.17172.49123.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 135 (53.12% from 255) = 58.95%
R=21.83%
G=19.21%
B=58.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50441350.630.6700.47243.9650.8435.1
Hex322C873F4302Ff43323
Octal6254207771030573646343
Binary110010101100100001111111111000011010111111110100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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