#323586

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

Shades of Jacksons Purple #323586

Tints of Jacksons Purple #323586

Color information

#323586 (or 0x323586) is unknown color: approx Jacksons Purple. HEX triplet: 32, 35 and 86. RGB value is (50,53,134). Sum of RGB (Red+Green+Blue) = 50+53+134=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #323586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323586 is #CDCA79. Grayscale: #3D3D3D. Windows color (decimal): -13486714 or 8795442. OLE color: 8795442.

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

Color convert

RGB5053134-
CMYK0.630.6000.47
HSL237.86º45.65%36.08%-
HSV(B)237.86º62.69%52.55%-
XYZ6.894.9523.15-
YUV61.34169.01119.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=21.10%
G=22.36%
B=56.54%

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
Decimal50531340.630.6000.47237.8645.6536.08
Hex3235863F3C02Fee2e24
Octal626520677740573565644
Binary11001011010110000110111111111100010111111101110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323586; }

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

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

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

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

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

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

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

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