#322E8B

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

Shades of Jacksons Purple #322E8B

Tints of Jacksons Purple #322E8B

Color information

#322E8B (or 0x322E8B) is unknown color: approx Jacksons Purple. HEX triplet: 32, 2E and 8B. RGB value is (50,46,139). Sum of RGB (Red+Green+Blue) = 50+46+139=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #322E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322E8B is #CDD174. Grayscale: #393939. Windows color (decimal): -13488501 or 9121330. OLE color: 9121330.

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

Color convert

RGB5046139-
CMYK0.640.6700.45
HSL242.58º50.27%36.27%-
HSV(B)242.58º66.91%54.51%-
XYZ6.954.524.93-
YUV57.8173.83122.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 46 (18.36% from 255) = 19.57%
BLUE value IS 139 (54.69% from 255) = 59.15%
R=21.28%
G=19.57%
B=59.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50461390.640.6700.45242.5850.2736.27
Hex322E8B404302Df33224
Octal62562131001030553636244
Binary1100101011101000101110000001000011010110111110011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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