#2B328B

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

Shades of Jacksons Purple #2B328B

Tints of Jacksons Purple #2B328B

Color information

#2B328B (or 0x2B328B) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 32 and 8B. RGB value is (43,50,139). Sum of RGB (Red+Green+Blue) = 43+50+139=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B328B is #D4CD74. Grayscale: #393939. Windows color (decimal): -13946229 or 9122347. OLE color: 9122347.

HSL color Cylindrical-coordinate representation of color #2B328B: hue angle of 235.62º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B328B is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4350139-
CMYK0.690.6400.45
HSL235.62º52.75%35.69%-
HSV(B)235.62º69.06%54.51%-
XYZ6.84.6624.97-
YUV58.05173.68117.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.53%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 139 (54.69% from 255) = 59.91%
R=18.53%
G=21.55%
B=59.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43501390.690.6400.45235.6252.7535.69
Hex2B328B454002Dec3524
Octal53622131051000553546544
Binary1010111100101000101110001011000000010110111101100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B328B; }

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

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

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

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

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

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

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

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