#2B358F

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

Shades of Jacksons Purple #2B358F

Tints of Jacksons Purple #2B358F

Color information

#2B358F (or 0x2B358F) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 35 and 8F. RGB value is (43,53,143). Sum of RGB (Red+Green+Blue) = 43+53+143=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B358F is #D4CA70. Grayscale: #3B3B3B. Windows color (decimal): -13945457 or 9385259. OLE color: 9385259.

HSL color Cylindrical-coordinate representation of color #2B358F: hue angle of 234º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B358F is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4353143-
CMYK0.700.6300.44
HSL234º53.76%36.47%-
HSV(B)234º69.93%56.08%-
XYZ7.235.0426.58-
YUV60.27174.69115.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 143 (56.25% from 255) = 59.83%
R=17.99%
G=22.18%
B=59.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43531430.700.6300.4423453.7636.47
Hex2B358F463F02Cea3624
Octal5365217106770543526644
Binary101011110101100011111000110111111010110011101010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B358F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,143); }

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

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

 a { background-color: rgb(43,53,143); }

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

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

 span { border-color: rgb(43,53,143); }

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