#322B87

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

Shades of Jacksons Purple #322B87

Tints of Jacksons Purple #322B87

Color information

#322B87 (or 0x322B87) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2B and 87. RGB value is (50,43,135). Sum of RGB (Red+Green+Blue) = 50+43+135=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #322B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322B87 is #CDD478. Grayscale: #373737. Windows color (decimal): -13489273 or 8858418. OLE color: 8858418.

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

Color convert

RGB5043135-
CMYK0.630.6800.47
HSL244.57º51.69%34.9%-
HSV(B)244.57º68.15%52.94%-
XYZ6.554.1623.38-
YUV55.58172.82124.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=21.93%
G=18.86%
B=59.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50431350.630.6800.47244.5751.6934.9
Hex322B873F4402Ff53423
Octal6253207771040573656443
Binary110010101011100001111111111000100010111111110101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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