#322D8C

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

Shades of Jacksons Purple #322D8C

Tints of Jacksons Purple #322D8C

Color information

#322D8C (or 0x322D8C) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2D and 8C. RGB value is (50,45,140). Sum of RGB (Red+Green+Blue) = 50+45+140=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 45 (17.97% from 255 or 19.15% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #322D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322D8C is #CDD273. Grayscale: #383838. Windows color (decimal): -13488756 or 9186610. OLE color: 9186610.

HSL color Cylindrical-coordinate representation of color #322D8C: hue angle of 243.16º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322D8C is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5045140-
CMYK0.640.6800.45
HSL243.16º51.35%36.27%-
HSV(B)243.16º67.86%54.9%-
XYZ6.994.4525.3-
YUV57.32174.66122.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 45 (17.97% from 255) = 19.15%
BLUE value IS 140 (55.08% from 255) = 59.57%
R=21.28%
G=19.15%
B=59.57%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50451400.640.6800.45243.1651.3536.27
Hex322D8C404402Df33324
Octal62552141001040553636344
Binary1100101011011000110010000001000100010110111110011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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