#2A288D

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

Shades of Jacksons Purple #2A288D

Tints of Jacksons Purple #2A288D

Color information

#2A288D (or 0x2A288D) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 28 and 8D. RGB value is (42,40,141). Sum of RGB (Red+Green+Blue) = 42+40+141=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #2A288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A288D is #D5D772. Grayscale: #333333. Windows color (decimal): -14014323 or 9250858. OLE color: 9250858.

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

Color convert

RGB4240141-
CMYK0.700.7200.45
HSL241.19º55.8%35.49%-
HSV(B)241.19º71.63%55.29%-
XYZ6.523.9325.61-
YUV52.11178.16120.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.83%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 141 (55.47% from 255) = 63.23%
R=18.83%
G=17.94%
B=63.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42401410.700.7200.45241.1955.835.49
Hex2A288D464802Df13823
Octal52502151061100553617043
Binary1010101010001000110110001101001000010110111110001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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