#2D318E

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

Shades of Jacksons Purple #2D318E

Tints of Jacksons Purple #2D318E

Color information

#2D318E (or 0x2D318E) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 31 and 8E. RGB value is (45,49,142). Sum of RGB (Red+Green+Blue) = 45+49+142=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 142 (55.86% from 255 or 60.17% from 236); Max value from RGB is 142 - color contains mainly: blue. Hex color #2D318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D318E is #D2CE71. Grayscale: #3A3A3A. Windows color (decimal): -13815410 or 9318701. OLE color: 9318701.

HSL color Cylindrical-coordinate representation of color #2D318E: hue angle of 237.53º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D318E is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4549142-
CMYK0.680.6500.44
HSL237.53º51.87%36.67%-
HSV(B)237.53º68.31%55.69%-
XYZ7.064.7126.13-
YUV58.41175.17118.44-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.07%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 142 (55.86% from 255) = 60.17%
R=19.07%
G=20.76%
B=60.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45491420.680.6500.44237.5351.8736.67
Hex2D318E444102Cee3425
Octal55612161041010543566445
Binary1011011100011000111010001001000001010110011101110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,49,142); }

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

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

 a { background-color: rgb(45,49,142); }

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

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

 span { border-color: rgb(45,49,142); }

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