#2D318F

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

Shades of Jacksons Purple #2D318F

Tints of Jacksons Purple #2D318F

Color information

#2D318F (or 0x2D318F) is unknown color: approx Jacksons Purple. HEX triplet: 2D, 31 and 8F. RGB value is (45,49,143). Sum of RGB (Red+Green+Blue) = 45+49+143=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 143 (56.25% from 255 or 60.34% from 237); Max value from RGB is 143 - color contains mainly: blue. Hex color #2D318F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D318F is #D2CE70. Grayscale: #3A3A3A. Windows color (decimal): -13815409 or 9384237. OLE color: 9384237.

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

Color convert

RGB4549143-
CMYK0.690.6600.44
HSL237.55º52.13%36.86%-
HSV(B)237.55º68.53%56.08%-
XYZ7.144.7426.52-
YUV58.52175.67118.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.99%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 143 (56.25% from 255) = 60.34%
R=18.99%
G=20.68%
B=60.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45491430.690.6600.44237.5552.1336.86
Hex2D318F454202Cee3425
Octal55612171051020543566445
Binary1011011100011000111110001011000010010110011101110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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