#322C7F

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

Shades of Jacksons Purple #322C7F

Tints of Jacksons Purple #322C7F

Color information

#322C7F (or 0x322C7F) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2C and 7F. RGB value is (50,44,127). Sum of RGB (Red+Green+Blue) = 50+44+127=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #322C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C7F is #CDD380. Grayscale: #363636. Windows color (decimal): -13489025 or 8334386. OLE color: 8334386.

HSL color Cylindrical-coordinate representation of color #322C7F: hue angle of 244.34º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #322C7F is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5044127-
CMYK0.610.6500.50
HSL244.34º48.54%33.53%-
HSV(B)244.34º65.35%49.8%-
XYZ6.054.0120.53-
YUV55.26168.49124.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 127 (50% from 255) = 57.47%
R=22.62%
G=19.91%
B=57.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50441270.610.6500.50244.3448.5433.53
Hex322C7F3D41032f43122
Octal6254177751010623646142
Binary11001010110011111111111011000001011001011110100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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