#32328B

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

Shades of Jacksons Purple #32328B

Tints of Jacksons Purple #32328B

Color information

#32328B (or 0x32328B) is unknown color: approx Jacksons Purple. HEX triplet: 32, 32 and 8B. RGB value is (50,50,139). Sum of RGB (Red+Green+Blue) = 50+50+139=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #32328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32328B is #CDCD74. Grayscale: #3B3B3B. Windows color (decimal): -13487477 or 9122354. OLE color: 9122354.

HSL color Cylindrical-coordinate representation of color #32328B: 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 #32328B is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5050139-
CMYK0.640.6400.45
HSL240º47.09%37.06%-
HSV(B)240º64.03%54.51%-
XYZ7.124.8224.98-
YUV60.15172.5120.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.92%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 139 (54.69% from 255) = 58.16%
R=20.92%
G=20.92%
B=58.16%

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
Decimal50501390.640.6400.4524047.0937.06
Hex32328B404002Df02f25
Octal62622131001000553605745
Binary1100101100101000101110000001000000010110111110000101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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