#323697

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

Shades of Jacksons Purple #323697

Tints of Jacksons Purple #323697

Color information

#323697 (or 0x323697) is unknown color: approx Jacksons Purple. HEX triplet: 32, 36 and 97. RGB value is (50,54,151). Sum of RGB (Red+Green+Blue) = 50+54+151=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #323697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323697 is #CDC968. Grayscale: #3F3F3F. Windows color (decimal): -13486441 or 9909810. OLE color: 9909810.

HSL color Cylindrical-coordinate representation of color #323697: hue angle of 237.62º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323697 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5054151-
CMYK0.670.6400.41
HSL237.62º50.25%39.41%-
HSV(B)237.62º66.89%59.22%-
XYZ8.225.5529.92-
YUV63.86177.17118.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 151 (59.38% from 255) = 59.22%
R=19.61%
G=21.18%
B=59.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50541510.670.6400.41237.6250.2539.41
Hex3236974340029ee3227
Octal62662271031000513566247
Binary1100101101101001011110000111000000010100111101110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323697; }

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

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

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

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

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

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

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

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