#323392

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

Shades of Jacksons Purple #323392

Tints of Jacksons Purple #323392

Color information

#323392 (or 0x323392) is unknown color: approx Jacksons Purple. HEX triplet: 32, 33 and 92. RGB value is (50,51,146). Sum of RGB (Red+Green+Blue) = 50+51+146=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #323392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323392 is #CDCC6D. Grayscale: #3D3D3D. Windows color (decimal): -13487214 or 9581362. OLE color: 9581362.

HSL color Cylindrical-coordinate representation of color #323392: hue angle of 239.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323392 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5051146-
CMYK0.660.6500.43
HSL239.38º48.98%38.43%-
HSV(B)239.38º65.75%57.25%-
XYZ7.695.1227.78-
YUV61.53175.67119.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 146 (57.42% from 255) = 59.11%
R=20.24%
G=20.65%
B=59.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50511460.660.6500.43239.3848.9838.43
Hex323392424102Bef3126
Octal62632221021010533576146
Binary1100101100111001001010000101000001010101111101111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323392; }

 p { color: rgb(50,51,146); }

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

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

 a { background-color: rgb(50,51,146); }

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

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

 span { border-color: rgb(50,51,146); }

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