#2D298D

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

Shades of Jacksons Purple #2D298D

Tints of Jacksons Purple #2D298D

Color information

#2D298D (or 0x2D298D) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 29 and 8D. RGB value is (45,41,141). Sum of RGB (Red+Green+Blue) = 45+41+141=227 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.82% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D298D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D298D is #D2D672. Grayscale: #353535. Windows color (decimal): -13817459 or 9251117. OLE color: 9251117.

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

Color convert

RGB4541141-
CMYK0.680.7100.45
HSL242.4º54.95%35.69%-
HSV(B)242.4º70.92%55.29%-
XYZ6.684.0725.63-
YUV53.6177.33121.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.82%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 141 (55.47% from 255) = 62.11%
R=19.82%
G=18.06%
B=62.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45411410.680.7100.45242.454.9535.69
Hex2D298D444702Df23724
Octal55512151041070553626744
Binary1011011010011000110110001001000111010110111110010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,41,141); }

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

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

 a { background-color: rgb(45,41,141); }

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

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

 span { border-color: rgb(45,41,141); }

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