#312E7F

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

Shades of Jacksons Purple #312E7F

Tints of Jacksons Purple #312E7F

Color information

#312E7F (or 0x312E7F) is unknown color: approx Jacksons Purple. HEX triplet: 31, 2E and 7F. RGB value is (49,46,127). Sum of RGB (Red+Green+Blue) = 49+46+127=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #312E7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312E7F is #CED180. Grayscale: #373737. Windows color (decimal): -13554049 or 8334897. OLE color: 8334897.

HSL color Cylindrical-coordinate representation of color #312E7F: hue angle of 242.22º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #312E7F is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4946127-
CMYK0.610.6400.50
HSL242.22º46.82%33.92%-
HSV(B)242.22º63.78%49.8%-
XYZ6.074.1420.56-
YUV56.13167.99122.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 46 (18.36% from 255) = 20.72%
BLUE value IS 127 (50% from 255) = 57.21%
R=22.07%
G=20.72%
B=57.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49461270.610.6400.50242.2246.8233.92
Hex312E7F3D40032f22f22
Octal6156177751000623625742
Binary11000110111011111111111011000000011001011110010101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312E7F; }

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

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

<style>
 a { background-color: #312E7F; }

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

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

<style>
 span { border-color: #312E7F; }

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

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