#323896

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

Shades of Jacksons Purple #323896

Tints of Jacksons Purple #323896

Color information

#323896 (or 0x323896) is unknown color: approx Jacksons Purple. HEX triplet: 32, 38 and 96. RGB value is (50,56,150). Sum of RGB (Red+Green+Blue) = 50+56+150=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #323896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323896 is #CDC769. Grayscale: #404040. Windows color (decimal): -13485930 or 9844786. OLE color: 9844786.

HSL color Cylindrical-coordinate representation of color #323896: hue angle of 236.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323896 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5056150-
CMYK0.670.6300.41
HSL236.4º50%39.22%-
HSV(B)236.4º66.67%58.82%-
XYZ8.235.7129.52-
YUV64.92176.01117.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.53%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 150 (58.98% from 255) = 58.59%
R=19.53%
G=21.88%
B=58.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50561500.670.6300.41236.45039.22
Hex323896433F029ec3227
Octal6270226103770513546247
Binary110010111000100101101000011111111010100111101100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323896; }

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

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

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

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

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

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

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

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