#323690

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

Shades of Jacksons Purple #323690

Tints of Jacksons Purple #323690

Color information

#323690 (or 0x323690) is unknown color: approx Jacksons Purple. HEX triplet: 32, 36 and 90. RGB value is (50,54,144). Sum of RGB (Red+Green+Blue) = 50+54+144=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #323690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323690 is #CDC96F. Grayscale: #3E3E3E. Windows color (decimal): -13486448 or 9451058. OLE color: 9451058.

HSL color Cylindrical-coordinate representation of color #323690: hue angle of 237.45º 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 #323690 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5054144-
CMYK0.650.6300.44
HSL237.45º48.45%38.04%-
HSV(B)237.45º65.28%56.47%-
XYZ7.675.3327.01-
YUV63.06173.67118.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 144 (56.64% from 255) = 58.06%
R=20.16%
G=21.77%
B=58.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50541440.650.6300.44237.4548.4538.04
Hex323690413F02Ced3026
Octal6266220101770543556046
Binary110010110110100100001000001111111010110011101101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323690; }

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

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

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

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

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

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

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

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