#2B288E

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

Shades of Jacksons Purple #2B288E

Tints of Jacksons Purple #2B288E

Color information

#2B288E (or 0x2B288E) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 28 and 8E. RGB value is (43,40,142). Sum of RGB (Red+Green+Blue) = 43+40+142=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B288E is #D4D771. Grayscale: #343434. Windows color (decimal): -13948786 or 9316395. OLE color: 9316395.

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

Color convert

RGB4340142-
CMYK0.700.7200.44
HSL241.76º56.04%35.69%-
HSV(B)241.76º71.83%55.69%-
XYZ6.643.9826.01-
YUV52.52178.49121.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 142 (55.86% from 255) = 63.11%
R=19.11%
G=17.78%
B=63.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43401420.700.7200.44241.7656.0435.69
Hex2B288E464802Cf23824
Octal53502161061100543627044
Binary1010111010001000111010001101001000010110011110010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,40,142); }

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

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

 a { background-color: rgb(43,40,142); }

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

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

 span { border-color: rgb(43,40,142); }

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