#2B2996

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

Shades of Jacksons Purple #2B2996

Tints of Jacksons Purple #2B2996

Color information

#2B2996 (or 0x2B2996) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 29 and 96. RGB value is (43,41,150). Sum of RGB (Red+Green+Blue) = 43+41+150=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B2996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2996 is #D4D669. Grayscale: #353535. Windows color (decimal): -13948522 or 9840939. OLE color: 9840939.

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

Color convert

RGB4341150-
CMYK0.710.7300.41
HSL241.1º57.07%37.45%-
HSV(B)241.1º72.67%58.82%-
XYZ7.294.329.3-
YUV54.02182.16120.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 150 (58.98% from 255) = 64.10%
R=18.38%
G=17.52%
B=64.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43411500.710.7300.41241.157.0737.45
Hex2B29964749029f13925
Octal53512261071110513617145
Binary1010111010011001011010001111001001010100111110001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,41,150); }

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

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

 a { background-color: rgb(43,41,150); }

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

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

 span { border-color: rgb(43,41,150); }

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