#2A2896

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

Shades of Jacksons Purple #2A2896

Tints of Jacksons Purple #2A2896

Color information

#2A2896 (or 0x2A2896) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 28 and 96. RGB value is (42,40,150). Sum of RGB (Red+Green+Blue) = 42+40+150=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #2A2896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2896 is #D5D769. Grayscale: #343434. Windows color (decimal): -14014314 or 9840682. OLE color: 9840682.

HSL color Cylindrical-coordinate representation of color #2A2896: hue angle of 241.09º degrees, saturation: 0.58, 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 #2A2896 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4240150-
CMYK0.720.7300.41
HSL241.09º57.89%37.25%-
HSV(B)241.09º73.33%58.82%-
XYZ7.224.2129.29-
YUV53.14182.66120.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 40 (16.02% from 255) = 17.24%
BLUE value IS 150 (58.98% from 255) = 64.66%
R=18.10%
G=17.24%
B=64.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42401500.720.7300.41241.0957.8937.25
Hex2A28964849029f13a25
Octal52502261101110513617245
Binary1010101010001001011010010001001001010100111110001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,40,150); }

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

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

 a { background-color: rgb(42,40,150); }

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

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

 span { border-color: rgb(42,40,150); }

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