#322E7F

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

Shades of Jacksons Purple #322E7F

Tints of Jacksons Purple #322E7F

Color information

#322E7F (or 0x322E7F) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2E and 7F. RGB value is (50,46,127). Sum of RGB (Red+Green+Blue) = 50+46+127=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #322E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322E7F is #CDD180. Grayscale: #383838. Windows color (decimal): -13488513 or 8334898. OLE color: 8334898.

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

Color convert

RGB5046127-
CMYK0.610.6400.50
HSL242.96º46.82%33.92%-
HSV(B)242.96º63.78%49.8%-
XYZ6.124.1620.56-
YUV56.43167.83123.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 127 (50% from 255) = 56.95%
R=22.42%
G=20.63%
B=56.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50461270.610.6400.50242.9646.8233.92
Hex322E7F3D40032f32f22
Octal6256177751000623635742
Binary11001010111011111111111011000000011001011110011101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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