#323693

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

Shades of Jacksons Purple #323693

Tints of Jacksons Purple #323693

Color information

#323693 (or 0x323693) is unknown color: approx Jacksons Purple. HEX triplet: 32, 36 and 93. RGB value is (50,54,147). Sum of RGB (Red+Green+Blue) = 50+54+147=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #323693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323693 is #CDC96C. Grayscale: #3F3F3F. Windows color (decimal): -13486445 or 9647666. OLE color: 9647666.

HSL color Cylindrical-coordinate representation of color #323693: hue angle of 237.53º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323693 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5054147-
CMYK0.660.6300.42
HSL237.53º49.24%38.63%-
HSV(B)237.53º65.99%57.65%-
XYZ7.95.4228.23-
YUV63.41175.17118.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=19.92%
G=21.51%
B=58.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50541470.660.6300.42237.5349.2438.63
Hex323693423F02Aee3127
Octal6266223102770523566147
Binary110010110110100100111000010111111010101011101110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323693; }

 p { color: rgb(50,54,147); }

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

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

 a { background-color: rgb(50,54,147); }

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

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

 span { border-color: rgb(50,54,147); }

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