#322D84

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

Shades of Jacksons Purple #322D84

Tints of Jacksons Purple #322D84

Color information

#322D84 (or 0x322D84) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2D and 84. RGB value is (50,45,132). Sum of RGB (Red+Green+Blue) = 50+45+132=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #322D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322D84 is #CDD27B. Grayscale: #383838. Windows color (decimal): -13488764 or 8662322. OLE color: 8662322.

HSL color Cylindrical-coordinate representation of color #322D84: hue angle of 243.45º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322D84 is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5045132-
CMYK0.620.6600.48
HSL243.45º49.15%34.71%-
HSV(B)243.45º65.91%51.76%-
XYZ6.424.2222.31-
YUV56.41170.66123.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 132 (51.95% from 255) = 58.15%
R=22.03%
G=19.82%
B=58.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50451320.620.6600.48243.4549.1534.71
Hex322D843E42030f33123
Octal6255204761020603636143
Binary110010101101100001001111101000010011000011110011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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