#2A2887

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

Shades of Jacksons Purple #2A2887

Tints of Jacksons Purple #2A2887

Color information

#2A2887 (or 0x2A2887) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 28 and 87. RGB value is (42,40,135). Sum of RGB (Red+Green+Blue) = 42+40+135=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A2887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2887 is #D5D778. Grayscale: #333333. Windows color (decimal): -14014329 or 8857642. OLE color: 8857642.

HSL color Cylindrical-coordinate representation of color #2A2887: hue angle of 241.26º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A2887 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4240135-
CMYK0.690.7000.47
HSL241.26º54.29%34.31%-
HSV(B)241.26º70.37%52.94%-
XYZ6.093.7623.33-
YUV51.43175.16121.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.35%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 135 (53.12% from 255) = 62.21%
R=19.35%
G=18.43%
B=62.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42401350.690.7000.47241.2654.2934.31
Hex2A2887454602Ff13622
Octal52502071051060573616642
Binary1010101010001000011110001011000110010111111110001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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