#2B3290

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

Shades of Jacksons Purple #2B3290

Tints of Jacksons Purple #2B3290

Color information

#2B3290 (or 0x2B3290) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 32 and 90. RGB value is (43,50,144). Sum of RGB (Red+Green+Blue) = 43+50+144=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B3290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3290 is #D4CD6F. Grayscale: #3A3A3A. Windows color (decimal): -13946224 or 9450027. OLE color: 9450027.

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

Color convert

RGB4350144-
CMYK0.700.6500.44
HSL235.84º54.01%36.67%-
HSV(B)235.84º70.14%56.47%-
XYZ7.174.8126.94-
YUV58.62176.18116.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.14%
GREEN value IS 50 (19.92% from 255) = 21.10%
BLUE value IS 144 (56.64% from 255) = 60.76%
R=18.14%
G=21.10%
B=60.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43501440.700.6500.44235.8454.0136.67
Hex2B3290464102Cec3625
Octal53622201061010543546645
Binary1010111100101001000010001101000001010110011101100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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