#322D87

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

Shades of Jacksons Purple #322D87

Tints of Jacksons Purple #322D87

Color information

#322D87 (or 0x322D87) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2D and 87. RGB value is (50,45,135). Sum of RGB (Red+Green+Blue) = 50+45+135=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 135 (53.12% from 255 or 58.70% from 230); Max value from RGB is 135 - color contains mainly: blue. Hex color #322D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322D87 is #CDD278. Grayscale: #383838. Windows color (decimal): -13488761 or 8858930. OLE color: 8858930.

HSL color Cylindrical-coordinate representation of color #322D87: hue angle of 243.33º degrees, saturation: 0.5, 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 #322D87 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5045135-
CMYK0.630.6700.47
HSL243.33º50%35.29%-
HSV(B)243.33º66.67%52.94%-
XYZ6.634.323.4-
YUV56.76172.16123.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 135 (53.12% from 255) = 58.70%
R=21.74%
G=19.57%
B=58.70%

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
Decimal50451350.630.6700.47243.335035.29
Hex322D873F4302Ff33223
Octal6255207771030573636243
Binary110010101101100001111111111000011010111111110011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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