#323682

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

Shades of Jacksons Purple #323682

Tints of Jacksons Purple #323682

Color information

#323682 (or 0x323682) is unknown color: approx Jacksons Purple. HEX triplet: 32, 36 and 82. RGB value is (50,54,130). Sum of RGB (Red+Green+Blue) = 50+54+130=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #323682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323682 is #CDC97D. Grayscale: #3D3D3D. Windows color (decimal): -13486462 or 8533554. OLE color: 8533554.

HSL color Cylindrical-coordinate representation of color #323682: hue angle of 237º 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 #323682 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5054130-
CMYK0.620.5800.49
HSL237º44.44%35.29%-
HSV(B)237º61.54%50.98%-
XYZ6.664.9321.72-
YUV61.47166.67119.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 130 (51.17% from 255) = 55.56%
R=21.37%
G=23.08%
B=55.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50541300.620.5800.4923744.4435.29
Hex3236823E3A031ed2c23
Octal626620276720613555443
Binary11001011011010000010111110111010011000111101101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323682; }

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

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

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

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

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

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

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

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