#323582

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

Shades of Jacksons Purple #323582

Tints of Jacksons Purple #323582

Color information

#323582 (or 0x323582) is unknown color: approx Jacksons Purple. HEX triplet: 32, 35 and 82. RGB value is (50,53,130). Sum of RGB (Red+Green+Blue) = 50+53+130=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #323582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323582 is #CDCA7D. Grayscale: #3C3C3C. Windows color (decimal): -13486718 or 8533298. OLE color: 8533298.

HSL color Cylindrical-coordinate representation of color #323582: hue angle of 237.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323582 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5053130-
CMYK0.620.5900.49
HSL237.75º44.44%35.29%-
HSV(B)237.75º61.54%50.98%-
XYZ6.624.8421.7-
YUV60.88167.01120.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 53 (21.09% from 255) = 22.75%
BLUE value IS 130 (51.17% from 255) = 55.79%
R=21.46%
G=22.75%
B=55.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50531300.620.5900.49237.7544.4435.29
Hex3235823E3B031ee2c23
Octal626520276730613565443
Binary11001011010110000010111110111011011000111101110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323582; }

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

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

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

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

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

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

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

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