#323585

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

Shades of Jacksons Purple #323585

Tints of Jacksons Purple #323585

Color information

#323585 (or 0x323585) is unknown color: approx Jacksons Purple. HEX triplet: 32, 35 and 85. RGB value is (50,53,133). Sum of RGB (Red+Green+Blue) = 50+53+133=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #323585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323585 is #CDCA7A. Grayscale: #3C3C3C. Windows color (decimal): -13486715 or 8729906. OLE color: 8729906.

HSL color Cylindrical-coordinate representation of color #323585: hue angle of 237.83º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323585 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5053133-
CMYK0.620.6000.48
HSL237.83º45.36%35.88%-
HSV(B)237.83º62.41%52.16%-
XYZ6.824.9222.78-
YUV61.22168.51120-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 133 (52.34% from 255) = 56.36%
R=21.19%
G=22.46%
B=56.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50531330.620.6000.48237.8345.3635.88
Hex3235853E3C030ee2d24
Octal626520576740603565544
Binary11001011010110000101111110111100011000011101110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323585; }

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

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

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

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

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

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

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

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