#2D328C

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

Shades of Jacksons Purple #2D328C

Tints of Jacksons Purple #2D328C

Color information

#2D328C (or 0x2D328C) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 32 and 8C. RGB value is (45,50,140). Sum of RGB (Red+Green+Blue) = 45+50+140=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D328C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D328C is #D2CD73. Grayscale: #3A3A3A. Windows color (decimal): -13815156 or 9187885. OLE color: 9187885.

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

Color convert

RGB4550140-
CMYK0.680.6400.45
HSL236.84º51.35%36.27%-
HSV(B)236.84º67.86%54.9%-
XYZ6.964.7325.36-
YUV58.76173.84118.18-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.15%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 140 (55.08% from 255) = 59.57%
R=19.15%
G=21.28%
B=59.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45501400.680.6400.45236.8451.3536.27
Hex2D328C444002Ded3324
Octal55622141041000553556344
Binary1011011100101000110010001001000000010110111101101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D328C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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