#32328C

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

Shades of Jacksons Purple #32328C

Tints of Jacksons Purple #32328C

Color information

#32328C (or 0x32328C) is unknown color: approx Jacksons Purple. HEX triplet: 32, 32 and 8C. RGB value is (50,50,140). Sum of RGB (Red+Green+Blue) = 50+50+140=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 140 (55.08% from 255 or 58.33% from 240); Max value from RGB is 140 - color contains mainly: blue. Hex color #32328C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32328C is #CDCD73. Grayscale: #3B3B3B. Windows color (decimal): -13487476 or 9187890. OLE color: 9187890.

HSL color Cylindrical-coordinate representation of color #32328C: hue angle of 240º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32328C is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5050140-
CMYK0.640.6400.45
HSL240º47.37%37.25%-
HSV(B)240º64.29%54.9%-
XYZ7.194.8525.37-
YUV60.26173120.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 140 (55.08% from 255) = 58.33%
R=20.83%
G=20.83%
B=58.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50501400.640.6400.4524047.3737.25
Hex32328C404002Df02f25
Octal62622141001000553605745
Binary1100101100101000110010000001000000010110111110000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32328C; }

 p { color: rgb(50,50,140); }

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

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

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

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

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

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

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