#2A298C

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

Shades of Jacksons Purple #2A298C

Tints of Jacksons Purple #2A298C

Color information

#2A298C (or 0x2A298C) is unknown color: approx Jacksons Purple. HEX triplet: 2A, 29 and 8C. RGB value is (42,41,140). Sum of RGB (Red+Green+Blue) = 42+41+140=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A298C is #D5D673. Grayscale: #343434. Windows color (decimal): -14014068 or 9185578. OLE color: 9185578.

HSL color Cylindrical-coordinate representation of color #2A298C: hue angle of 240.61º degrees, saturation: 0.55, 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 #2A298C is Cyan = 0.7, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4241140-
CMYK0.70.7100.45
HSL240.61º54.7%35.49%-
HSV(B)240.61º70.71%54.9%-
XYZ6.483.9725.24-
YUV52.58177.33120.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.83%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 140 (55.08% from 255) = 62.78%
R=18.83%
G=18.39%
B=62.78%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42411400.70.7100.45240.6154.735.49
Hex2A298C464702Df13723
Octal52512141061070553616743
Binary1010101010011000110010001101000111010110111110001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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