#323990

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

Shades of Jacksons Purple #323990

Tints of Jacksons Purple #323990

Color information

#323990 (or 0x323990) is unknown color: approx Jacksons Purple. HEX triplet: 32, 39 and 90. RGB value is (50,57,144). Sum of RGB (Red+Green+Blue) = 50+57+144=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #323990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323990 is #CDC66F. Grayscale: #404040. Windows color (decimal): -13485680 or 9451826. OLE color: 9451826.

HSL color Cylindrical-coordinate representation of color #323990: hue angle of 235.53º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323990 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5057144-
CMYK0.650.6000.44
HSL235.53º48.45%38.04%-
HSV(B)235.53º65.28%56.47%-
XYZ7.815.6227.06-
YUV64.82172.68117.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 144 (56.64% from 255) = 57.37%
R=19.92%
G=22.71%
B=57.37%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50571440.650.6000.44235.5348.4538.04
Hex323990413C02Cec3026
Octal6271220101740543546046
Binary110010111001100100001000001111100010110011101100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323990; }

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

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

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

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

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

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

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

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