#2B298D

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

Shades of Jacksons Purple #2B298D

Tints of Jacksons Purple #2B298D

Color information

#2B298D (or 0x2B298D) is unknown color: approx Jacksons Purple. HEX triplet: 2B, 29 and 8D. RGB value is (43,41,141). Sum of RGB (Red+Green+Blue) = 43+41+141=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B298D is #D4D672. Grayscale: #343434. Windows color (decimal): -13948531 or 9251115. OLE color: 9251115.

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

Color convert

RGB4341141-
CMYK0.700.7100.45
HSL241.2º54.95%35.69%-
HSV(B)241.2º70.92%55.29%-
XYZ6.64.0225.63-
YUV53177.66120.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.11%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 141 (55.47% from 255) = 62.67%
R=19.11%
G=18.22%
B=62.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43411410.700.7100.45241.254.9535.69
Hex2B298D464702Df13724
Octal53512151061070553616744
Binary1010111010011000110110001101000111010110111110001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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