#2A2988

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

Shades of Jacksons Purple #2A2988

Tints of Jacksons Purple #2A2988

Color information

#2A2988 (or 0x2A2988) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 29 and 88. RGB value is (42,41,136). Sum of RGB (Red+Green+Blue) = 42+41+136=219 (29% of max value = 765). Red value is 42 (16.80% from 255 or 19.18% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A2988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2988 is #D5D677. Grayscale: #333333. Windows color (decimal): -14014072 or 8923434. OLE color: 8923434.

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

Color convert

RGB4241136-
CMYK0.690.7000.47
HSL240.63º53.67%34.71%-
HSV(B)240.63º69.85%53.33%-
XYZ6.193.8623.71-
YUV52.13175.33120.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.18%
GREEN value IS 41 (16.41% from 255) = 18.72%
BLUE value IS 136 (53.52% from 255) = 62.10%
R=19.18%
G=18.72%
B=62.10%

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
Decimal42411360.690.7000.47240.6353.6734.71
Hex2A2988454602Ff13623
Octal52512101051060573616643
Binary1010101010011000100010001011000110010111111110001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,41,136); }

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

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

 a { background-color: rgb(42,41,136); }

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

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

 span { border-color: rgb(42,41,136); }

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