#322c84

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

Shades of Jacksons Purple #322C84

Tints of Jacksons Purple #322C84

Color information

#322C84 (or 0x322C84) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2C and 84. RGB value is (50,44,132). Sum of RGB (Red+Green+Blue) = 50+44+132=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 132 (51.95% from 255 or 58.41% from 226); Max value from RGB is 132 - color contains mainly: blue. Hex color #322C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322C84 is #CDD37B. Grayscale: #373737. Windows color (decimal): -13489020 or 8662066. OLE color: 8662066.

HSL color Cylindrical-coordinate representation of color #322C84: hue angle of 244.09º 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 #322C84 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5044132-
CMYK0.620.6700.48
HSL244.09º50%34.51%-
HSV(B)244.09º66.67%51.76%-
XYZ6.384.1522.29-
YUV55.83170.99123.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 44 (17.58% from 255) = 19.47%
BLUE value IS 132 (51.95% from 255) = 58.41%
R=22.12%
G=19.47%
B=58.41%

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
Decimal50441320.620.6700.48244.095034.51
Hex322C843E43030f43223
Octal6254204761030603646243
Binary110010101100100001001111101000011011000011110100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322c84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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