#323688

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

Shades of Jacksons Purple #323688

Tints of Jacksons Purple #323688

Color information

#323688 (or 0x323688) is unknown color: approx Jacksons Purple. HEX triplet: 32, 36 and 88. RGB value is (50,54,136). Sum of RGB (Red+Green+Blue) = 50+54+136=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #323688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323688 is #CDC977. Grayscale: #3D3D3D. Windows color (decimal): -13486456 or 8926770. OLE color: 8926770.

HSL color Cylindrical-coordinate representation of color #323688: hue angle of 237.21º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323688 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5054136-
CMYK0.630.6000.47
HSL237.21º46.24%36.47%-
HSV(B)237.21º63.24%53.33%-
XYZ7.085.0923.9-
YUV62.15169.67119.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 136 (53.52% from 255) = 56.67%
R=20.83%
G=22.5%
B=56.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50541360.630.6000.47237.2146.2436.47
Hex3236883F3C02Fed2e24
Octal626621077740573555644
Binary11001011011010001000111111111100010111111101101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323688; }

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

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

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

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

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

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

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

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