#323899

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

Shades of Jacksons Purple #323899

Tints of Jacksons Purple #323899

Color information

#323899 (or 0x323899) is unknown color: approx Jacksons Purple. HEX triplet: 32, 38 and 99. RGB value is (50,56,153). Sum of RGB (Red+Green+Blue) = 50+56+153=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #323899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323899 is #CDC766. Grayscale: #404040. Windows color (decimal): -13485927 or 10041394. OLE color: 10041394.

HSL color Cylindrical-coordinate representation of color #323899: hue angle of 236.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323899 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5056153-
CMYK0.670.6300.4
HSL236.5º50.74%39.8%-
HSV(B)236.5º67.32%60%-
XYZ8.485.8130.81-
YUV65.26177.51117.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.31%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 153 (60.16% from 255) = 59.07%
R=19.31%
G=21.62%
B=59.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50561530.670.6300.4236.550.7439.8
Hex323899433F028ed3328
Octal6270231103770503556350
Binary110010111000100110011000011111111010100011101101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323899; }

 p { color: rgb(50,56,153); }

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

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

 a { background-color: rgb(50,56,153); }

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

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

 span { border-color: rgb(50,56,153); }

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