#323992

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

Shades of Jacksons Purple #323992

Tints of Jacksons Purple #323992

Color information

#323992 (or 0x323992) is unknown color: approx Jacksons Purple. HEX triplet: 32, 39 and 92. RGB value is (50,57,146). Sum of RGB (Red+Green+Blue) = 50+57+146=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #323992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323992 is #CDC66D. Grayscale: #404040. Windows color (decimal): -13485678 or 9582898. OLE color: 9582898.

HSL color Cylindrical-coordinate representation of color #323992: hue angle of 235.62º 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 #323992 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5057146-
CMYK0.660.6100.43
HSL235.62º48.98%38.43%-
HSV(B)235.62º65.75%57.25%-
XYZ7.975.6827.87-
YUV65.05173.68117.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=19.76%
G=22.53%
B=57.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50571460.660.6100.43235.6248.9838.43
Hex323992423D02Bec3126
Octal6271222102750533546146
Binary110010111001100100101000010111101010101111101100110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323992; }

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

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

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

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

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

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

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

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