#323587

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

Shades of Jacksons Purple #323587

Tints of Jacksons Purple #323587

Color information

#323587 (or 0x323587) is unknown color: approx Jacksons Purple. HEX triplet: 32, 35 and 87. RGB value is (50,53,135). Sum of RGB (Red+Green+Blue) = 50+53+135=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #323587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323587 is #CDCA78. Grayscale: #3D3D3D. Windows color (decimal): -13486713 or 8860978. OLE color: 8860978.

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

Color convert

RGB5053135-
CMYK0.630.6100.47
HSL237.88º45.95%36.27%-
HSV(B)237.88º62.96%52.94%-
XYZ6.964.9723.51-
YUV61.45169.51119.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=21.01%
G=22.27%
B=56.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50531350.630.6100.47237.8845.9536.27
Hex3235873F3D02Fee2e24
Octal626520777750573565644
Binary11001011010110000111111111111101010111111101110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323587; }

 p { color: rgb(50,53,135); }

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

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

 a { background-color: rgb(50,53,135); }

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

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

 span { border-color: rgb(50,53,135); }

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