#322C85

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

Shades of Jacksons Purple #322C85

Tints of Jacksons Purple #322C85

Color information

#322C85 (or 0x322C85) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2C and 85. RGB value is (50,44,133). Sum of RGB (Red+Green+Blue) = 50+44+133=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #322C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C85 is #CDD37A. Grayscale: #373737. Windows color (decimal): -13489019 or 8727602. OLE color: 8727602.

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

Color convert

RGB5044133-
CMYK0.620.6700.48
HSL244.04º50.28%34.71%-
HSV(B)244.04º66.92%52.16%-
XYZ6.454.1722.66-
YUV55.94171.49123.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=22.03%
G=19.38%
B=58.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50441330.620.6700.48244.0450.2834.71
Hex322C853E43030f43223
Octal6254205761030603646243
Binary110010101100100001011111101000011011000011110100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,44,133); }

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

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

 a { background-color: rgb(50,44,133); }

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

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

 span { border-color: rgb(50,44,133); }

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