#322E8A

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

Shades of Jacksons Purple #322E8A

Tints of Jacksons Purple #322E8A

Color information

#322E8A (or 0x322E8A) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2E and 8A. RGB value is (50,46,138). Sum of RGB (Red+Green+Blue) = 50+46+138=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #322E8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322E8A is #CDD175. Grayscale: #393939. Windows color (decimal): -13488502 or 9055794. OLE color: 9055794.

HSL color Cylindrical-coordinate representation of color #322E8A: hue angle of 242.61º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322E8A is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5046138-
CMYK0.640.6700.46
HSL242.61º50%36.08%-
HSV(B)242.61º66.67%54.12%-
XYZ6.884.4724.54-
YUV57.68173.33122.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 138 (54.30% from 255) = 58.97%
R=21.37%
G=19.66%
B=58.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50461380.640.6700.46242.615036.08
Hex322E8A404302Ef33224
Octal62562121001030563636244
Binary1100101011101000101010000001000011010111011110011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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