#323999

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

Shades of Jacksons Purple #323999

Tints of Jacksons Purple #323999

Color information

#323999 (or 0x323999) is unknown color: approx Jacksons Purple. HEX triplet: 32, 39 and 99. RGB value is (50,57,153). Sum of RGB (Red+Green+Blue) = 50+57+153=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 153 (60.16% from 255 or 58.85% from 260); Max value from RGB is 153 - color contains mainly: blue. Hex color #323999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323999 is #CDC666. Grayscale: #414141. Windows color (decimal): -13485671 or 10041650. OLE color: 10041650.

HSL color Cylindrical-coordinate representation of color #323999: hue angle of 235.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #323999 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5057153-
CMYK0.670.6300.4
HSL235.92º50.74%39.8%-
HSV(B)235.92º67.32%60%-
XYZ8.535.930.83-
YUV65.85177.18116.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.23%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 153 (60.16% from 255) = 58.85%
R=19.23%
G=21.92%
B=58.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal50571530.670.6300.4235.9250.7439.8
Hex323999433F028ec3328
Octal6271231103770503546350
Binary110010111001100110011000011111111010100011101100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323999; }

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

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

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

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

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

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

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

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