#323782

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

Shades of Jacksons Purple #323782

Tints of Jacksons Purple #323782

Color information

#323782 (or 0x323782) is unknown color: approx Jacksons Purple. HEX triplet: 32, 37 and 82. RGB value is (50,55,130). Sum of RGB (Red+Green+Blue) = 50+55+130=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #323782 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323782 is #CDC87D. Grayscale: #3D3D3D. Windows color (decimal): -13486206 or 8533810. OLE color: 8533810.

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

Color convert

RGB5055130-
CMYK0.620.5800.49
HSL236.25º44.44%35.29%-
HSV(B)236.25º61.54%50.98%-
XYZ6.715.0221.73-
YUV62.06166.34119.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=21.28%
G=23.40%
B=55.32%

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
Decimal50551300.620.5800.49236.2544.4435.29
Hex3237823E3A031ec2c23
Octal626720276720613545443
Binary11001011011110000010111110111010011000111101100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323782; }

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

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

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

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

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

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

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

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