#31328F

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

Shades of Jacksons Purple #31328F

Tints of Jacksons Purple #31328F

Color information

#31328F (or 0x31328F) is unknown color: approx Jacksons Purple. HEX triplet: 31, 32 and 8F. RGB value is (49,50,143). Sum of RGB (Red+Green+Blue) = 49+50+143=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #31328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31328F is #CECD70. Grayscale: #3B3B3B. Windows color (decimal): -13553009 or 9384497. OLE color: 9384497.

HSL color Cylindrical-coordinate representation of color #31328F: hue angle of 239.36º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31328F is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4950143-
CMYK0.660.6500.44
HSL239.36º48.96%37.65%-
HSV(B)239.36º65.73%56.08%-
XYZ7.374.9226.55-
YUV60.3174.67119.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 143 (56.25% from 255) = 59.09%
R=20.25%
G=20.66%
B=59.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49501430.660.6500.44239.3648.9637.65
Hex31328F424102Cef3126
Octal61622171021010543576146
Binary1100011100101000111110000101000001010110011101111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31328F; }

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

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

<style>
 a { background-color: #31328F; }

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

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

<style>
 span { border-color: #31328F; }

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

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