#2B3392

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

Shades of Jacksons Purple #2B3392

Tints of Jacksons Purple #2B3392

Color information

#2B3392 (or 0x2B3392) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 33 and 92. RGB value is (43,51,146). Sum of RGB (Red+Green+Blue) = 43+51+146=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B3392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3392 is #D4CC6D. Grayscale: #3B3B3B. Windows color (decimal): -13945966 or 9581355. OLE color: 9581355.

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

Color convert

RGB4351146-
CMYK0.710.6500.43
HSL235.34º54.5%37.06%-
HSV(B)235.34º70.55%57.25%-
XYZ7.374.9627.76-
YUV59.44176.85116.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 146 (57.42% from 255) = 60.83%
R=17.92%
G=21.25%
B=60.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43511460.710.6500.43235.3454.537.06
Hex2B3392474102Beb3625
Octal53632221071010533536645
Binary1010111100111001001010001111000001010101111101011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,51,146); }

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

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

 a { background-color: rgb(43,51,146); }

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

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

 span { border-color: rgb(43,51,146); }

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