#2A298B

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

Shades of Jacksons Purple #2A298B

Tints of Jacksons Purple #2A298B

Color information

#2A298B (or 0x2A298B) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 29 and 8B. RGB value is (42,41,139). Sum of RGB (Red+Green+Blue) = 42+41+139=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A298B is #D5D674. Grayscale: #343434. Windows color (decimal): -14014069 or 9120042. OLE color: 9120042.

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

Color convert

RGB4241139-
CMYK0.700.7100.45
HSL240.61º54.44%35.29%-
HSV(B)240.61º70.5%54.51%-
XYZ6.413.9424.85-
YUV52.47176.83120.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.92%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 139 (54.69% from 255) = 62.61%
R=18.92%
G=18.47%
B=62.61%

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
Decimal42411390.700.7100.45240.6154.4435.29
Hex2A298B464702Df13623
Octal52512131061070553616643
Binary1010101010011000101110001101000111010110111110001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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