#323681

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

Shades of Jacksons Purple #323681

Tints of Jacksons Purple #323681

Color information

#323681 (or 0x323681) is unknown color: approx Jacksons Purple. HEX triplet: 32, 36 and 81. RGB value is (50,54,129). Sum of RGB (Red+Green+Blue) = 50+54+129=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #323681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323681 is #CDC97E. Grayscale: #3D3D3D. Windows color (decimal): -13486463 or 8468018. OLE color: 8468018.

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

Color convert

RGB5054129-
CMYK0.610.5800.49
HSL236.96º44.13%35.1%-
HSV(B)236.96º61.24%50.59%-
XYZ6.64.921.37-
YUV61.35166.17119.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 129 (50.78% from 255) = 55.36%
R=21.46%
G=23.18%
B=55.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50541290.610.5800.49236.9644.1335.1
Hex3236813D3A031ed2c23
Octal626620175720613555443
Binary11001011011010000001111101111010011000111101101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323681; }

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

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

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

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

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

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

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

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