#322A87

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

Shades of Jacksons Purple #322A87

Tints of Jacksons Purple #322A87

Color information

#322A87 (or 0x322A87) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2A and 87. RGB value is (50,42,135). Sum of RGB (Red+Green+Blue) = 50+42+135=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 42 (16.80% from 255 or 18.50% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #322A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322A87 is #CDD578. Grayscale: #363636. Windows color (decimal): -13489529 or 8858162. OLE color: 8858162.

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

Color convert

RGB5042135-
CMYK0.630.6900.47
HSL245.16º52.54%34.71%-
HSV(B)245.16º68.89%52.94%-
XYZ6.524.0823.37-
YUV54.99173.15124.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 42 (16.80% from 255) = 18.50%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=22.03%
G=18.50%
B=59.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50421350.630.6900.47245.1652.5434.71
Hex322A873F4502Ff53523
Octal6252207771050573656543
Binary110010101010100001111111111000101010111111110101110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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