#2B3191

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

Shades of Jacksons Purple #2B3191

Tints of Jacksons Purple #2B3191

Color information

#2B3191 (or 0x2B3191) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 31 and 91. RGB value is (43,49,145). Sum of RGB (Red+Green+Blue) = 43+49+145=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 145 (57.03% from 255 or 61.18% from 237); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B3191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3191 is #D4CE6E. Grayscale: #393939. Windows color (decimal): -13946479 or 9515307. OLE color: 9515307.

HSL color Cylindrical-coordinate representation of color #2B3191: hue angle of 236.47º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B3191 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4349145-
CMYK0.700.6600.43
HSL236.47º54.26%36.86%-
HSV(B)236.47º70.34%56.86%-
XYZ7.214.7527.33-
YUV58.15177.01117.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 145 (57.03% from 255) = 61.18%
R=18.14%
G=20.68%
B=61.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43491450.700.6600.43236.4754.2636.86
Hex2B3191464202Bec3625
Octal53612211061020533546645
Binary1010111100011001000110001101000010010101111101100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,145); }

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

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

 a { background-color: rgb(43,49,145); }

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

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

 span { border-color: rgb(43,49,145); }

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