#323384

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

Shades of Jacksons Purple #323384

Tints of Jacksons Purple #323384

Color information

#323384 (or 0x323384) is unknown color: approx Jacksons Purple. HEX triplet: 32, 33 and 84. RGB value is (50,51,132). Sum of RGB (Red+Green+Blue) = 50+51+132=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #323384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323384 is #CDCC7B. Grayscale: #3B3B3B. Windows color (decimal): -13487228 or 8663858. OLE color: 8663858.

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

Color convert

RGB5051132-
CMYK0.620.6100.48
HSL239.27º45.05%35.69%-
HSV(B)239.27º62.12%51.76%-
XYZ6.664.7122.39-
YUV59.94168.67120.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 132 (51.95% from 255) = 56.65%
R=21.46%
G=21.89%
B=56.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50511320.620.6100.48239.2745.0535.69
Hex3233843E3D030ef2d24
Octal626320476750603575544
Binary11001011001110000100111110111101011000011101111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323384; }

 p { color: rgb(50,51,132); }

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

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

 a { background-color: rgb(50,51,132); }

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

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

 span { border-color: rgb(50,51,132); }

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