#31327F

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

Shades of Jacksons Purple #31327F

Tints of Jacksons Purple #31327F

Color information

#31327F (or 0x31327F) is unknown color: approx Jacksons Purple. HEX triplet: 31, 32 and 7F. RGB value is (49,50,127). Sum of RGB (Red+Green+Blue) = 49+50+127=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 127 (50% from 255 or 56.19% from 226); Max value from RGB is 127 - color contains mainly: blue. Hex color #31327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31327F is #CECD80. Grayscale: #3A3A3A. Windows color (decimal): -13553025 or 8335921. OLE color: 8335921.

HSL color Cylindrical-coordinate representation of color #31327F: hue angle of 239.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31327F is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4950127-
CMYK0.610.6100.50
HSL239.23º44.32%34.51%-
HSV(B)239.23º61.42%49.8%-
XYZ6.244.4720.61-
YUV58.48166.67121.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 127 (50% from 255) = 56.19%
R=21.68%
G=22.12%
B=56.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49501270.610.6100.50239.2344.3234.51
Hex31327F3D3D032ef2c23
Octal616217775750623575443
Binary1100011100101111111111101111101011001011101111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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